Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fanvanzh authored May 21, 2024
1 parent cc8f1ca commit d978d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install dependencies on Ubuntu
if: runner.os == 'Linux'
run: |
apt-get install libxi-dev libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxrandr-dev libxxf86vm-dev
git clone https://github.com/Microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
./vcpkg/vcpkg integrate install
Expand All @@ -41,4 +42,4 @@ jobs:
run: cargo build --verbose --release

- name: Test
run: cargo test --verbose
run: cargo test --verbose

0 comments on commit d978d00

Please sign in to comment.