Skip to content

Commit

Permalink
Update compile-rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4JX committed Sep 19, 2024
1 parent 9469742 commit 31007a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update -y
sudo apt install -y libunwind-dev
sudo apt install -y libvpx-dev libyuv-dev libaom-dev
sudo apt-get install -y libx11-dev nasm libdbus-1-dev libudev-dev libxcb-randr0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libxi-dev libxtst-dev libusb-1.0-0-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install nasm
Expand All @@ -66,6 +67,7 @@ jobs:
- name: Set up VCPKG deps
uses: lukka/run-vcpkg@v11
id: runvcpkg
if: ${{ runner.os }} != "Linux"
with:
vcpkgGitCommitId: '${{ matrix.vcpkgCommitId }}'
# Run vcpkg with the command specified by the `runVcpkgFormatString` input.
Expand Down

0 comments on commit 31007a1

Please sign in to comment.