Skip to content

Commit

Permalink
fix: upgraded gst-wayland-display
Browse files Browse the repository at this point in the history
fixes #130
  • Loading branch information
ABeltramo committed Oct 15, 2024
1 parent 2f1c273 commit 190ffd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
git clone https://github.com/games-on-whales/gst-wayland-display
cd gst-wayland-display
git checkout 48382dc
git checkout a31f5a0
cargo install cargo-c
cargo cinstall -p c-bindings --prefix=/usr/local
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
git clone https://github.com/games-on-whales/gst-wayland-display
cd gst-wayland-display
git checkout 48382dc
git checkout a31f5a0
cargo install cargo-c
cargo cinstall -p c-bindings --prefix=/usr/local --destdir=${{runner.workspace}}
Expand Down
2 changes: 1 addition & 1 deletion docker/wolf.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN <<_GST_WAYLAND_DISPLAY

git clone https://github.com/games-on-whales/gst-wayland-display
cd gst-wayland-display
git checkout 48382dc
git checkout a31f5a0
cargo install cargo-c
cargo cinstall -p c-bindings --prefix=/usr/local --libdir=/usr/local/lib/
_GST_WAYLAND_DISPLAY
Expand Down

0 comments on commit 190ffd8

Please sign in to comment.