We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1322366 commit 2848647Copy full SHA for 2848647
.github/workflows/rust.yml
@@ -18,6 +18,8 @@ jobs:
18
os: [ubuntu-latest, windows-latest, macOS-latest]
19
20
steps:
21
+ - if: matrix.os == 'ubuntu-latest'
22
+ run: sudo apt-get update
23
- if: matrix.os == 'ubuntu-latest'
24
run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
25
- uses: davidB/rust-cargo-make@v1
0 commit comments