We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fb7bd commit aa9e003Copy full SHA for aa9e003
.github/workflows/ubuntu.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
sudo apt-get update
19
- sudo apt-get install -y libsdl2-dev libboost-dev libfreetype6-dev zlib1g-dev libpugixml-dev
+ sudo apt-get install -y libsdl2-dev libboost-dev libfreetype6-dev zlib1g-dev libpugixml-dev libstb-dev
20
21
- name: Extract branch name
22
shell: bash
.github/workflows/windows.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
BUILD_TYPE: Release
11
- VCPKG_COMMIT: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
+ VCPKG_COMMIT: 6f29f12e82a8293156836ad81cc9bf5af41fe836
12
VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}\vcpkg\binary-cache
13
14
jobs:
0 commit comments