Skip to content

Commit

Permalink
Move back to apt-get due to a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent 3b13b36 commit f722537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

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

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

0 comments on commit f722537

Please sign in to comment.