We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173b414 commit 863399dCopy full SHA for 863399d
.github/workflows/CI.yml
@@ -16,6 +16,11 @@ jobs:
16
- uses: actions/checkout@v2
17
- name: Install cargo-vcpkg
18
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
24
- name: Install dependencies
25
run: cargo vcpkg -v build
26
- name: Build SDL2
0 commit comments