[Action] Dependency installation fixes
This commit is contained in:
parent
1a63603fa0
commit
564392f0bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: jwsi/submodule-checkout@v1
|
||||
- name: Install dependencies
|
||||
run: apt update && apt install -y libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
run: sudo apt-get update && sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue