Skip to content

Commit b6c366d

Browse files
authored
Merge pull request #45 from Coduck-Team/44-fix-ci-failure
Fix CI failure
2 parents 9e109d3 + 3714bba commit b6c366d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Install packages
36-
run: sudo apt-get install xorg-dev libglu1-mesa-dev
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install xorg-dev libglu1-mesa-dev
3739
- name: Install toolchain
3840
uses: actions-rs/toolchain@v1
3941
with:

0 commit comments

Comments
 (0)