Actions: use sudo.
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: apt-get install -y cmake libxcb-composite0-dev
|
- run: sudo apt-get install -y cmake libxcb-composite0-dev
|
||||||
- name: Build rapier2d
|
- name: Build rapier2d
|
||||||
run: cargo build --verbose -p rapier2d;
|
run: cargo build --verbose -p rapier2d;
|
||||||
- name: Build rapier3d
|
- name: Build rapier3d
|
||||||
|
|||||||
Reference in New Issue
Block a user