diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-09-28 11:46:28 +0200 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-09-28 11:46:28 +0200 |
| commit | 25cf3855b328ad4125484155fc36a3455de61606 (patch) | |
| tree | 52af1caf8c9716e3c35192ce77cb740404b8b308 /.github | |
| parent | d3589b24ce59017fcf83c06f34ab4ba1cc098129 (diff) | |
| download | rapier-25cf3855b328ad4125484155fc36a3455de61606.tar.gz rapier-25cf3855b328ad4125484155fc36a3455de61606.tar.bz2 rapier-25cf3855b328ad4125484155fc36a3455de61606.zip | |
Actions: use sudo.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ac5b89b..411938c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: steps: - 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 run: cargo build --verbose -p rapier2d; - name: Build rapier3d |
