Skip to content

Commit 863399d

Browse files
authored
fix vcpkg build ubuntu (#1466)
1 parent 173b414 commit 863399d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Install cargo-vcpkg
1818
run: cargo install cargo-vcpkg
19+
- name: Install extra build dependencies (Linux only)
20+
if: runner.os == 'Linux'
21+
run: |
22+
sudo apt-get update
23+
sudo apt-get install -y autoconf automake libtool pkg-config libltdl-dev
1924
- name: Install dependencies
2025
run: cargo vcpkg -v build
2126
- name: Build SDL2

0 commit comments

Comments
 (0)