Skip to content

Commit 2848647

Browse files
committed
Run apt-get update before install
1 parent 1322366 commit 2848647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
1919

2020
steps:
21+
- if: matrix.os == 'ubuntu-latest'
22+
run: sudo apt-get update
2123
- if: matrix.os == 'ubuntu-latest'
2224
run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
2325
- uses: davidB/rust-cargo-make@v1

0 commit comments

Comments
 (0)