Skip to content

Commit

Permalink
CI: using sudo to install the package
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Dec 15, 2023
1 parent 800c1f9 commit 13d7fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jobs:
git clone https://github.com/games-on-whales/gst-wayland-display
cd gst-wayland-display
cargo install cargo-c
sudo cargo cinstall -p c-bindings --prefix=/usr/local
cargo cinstall -p c-bindings --prefix=/usr/local --destdir=temp
sudo cp -r temp/usr/local/* /usr/local/
- name: Configure build
working-directory: ${{runner.workspace}}
Expand Down

0 comments on commit 13d7fb1

Please sign in to comment.