Skip to content

Commit

Permalink
Use apt and remove fluxbox
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent 6fe9e3a commit e54451f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:

- name: Install linux deps
run: |
sudo apt-get install --no-install-recommends -y \
fluxbox \
sudo apt install --no-install-recommends -y \
xvfb
- name: Build project
Expand Down Expand Up @@ -102,8 +101,7 @@ jobs:

- name: Install linux deps
run: |
sudo apt-get install --no-install-recommends -y \
fluxbox \
sudo apt install --no-install-recommends -y \
xvfb
- name: Build project
Expand Down

0 comments on commit e54451f

Please sign in to comment.