mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
fix vcpkg build ubuntu (#1466)
This commit is contained in:
committed by
GitHub
parent
173b414700
commit
863399d8f2
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@@ -16,6 +16,11 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install cargo-vcpkg
|
||||
run: cargo install cargo-vcpkg
|
||||
- name: Install extra build dependencies (Linux only)
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y autoconf automake libtool pkg-config libltdl-dev
|
||||
- name: Install dependencies
|
||||
run: cargo vcpkg -v build
|
||||
- name: Build SDL2
|
||||
|
||||
Reference in New Issue
Block a user