Skip to content

Commit

Permalink
try different OS dependencies order
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Feb 6, 2023
1 parent 020957b commit 4cb1f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cmake --version
- name: Install OS dependencies
run: |
sudo apt-get --fix-missing update
sudo apt-get update --fix-missing
sudo apt-get install -y \
build-essential \
freeglut3-dev \
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: cmake --version
- name: Install OS dependencies
run: |
sudo apt-get --fix-missing update
sudo apt-get update --fix-missing
sudo apt-get install -y \
build-essential \
freeglut3-dev \
Expand Down

0 comments on commit 4cb1f47

Please sign in to comment.