Skip to content

Commit aa9e003

Browse files
committed
try to fix CI
1 parent 41fb7bd commit aa9e003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
sudo apt-get update
19-
sudo apt-get install -y libsdl2-dev libboost-dev libfreetype6-dev zlib1g-dev libpugixml-dev
19+
sudo apt-get install -y libsdl2-dev libboost-dev libfreetype6-dev zlib1g-dev libpugixml-dev libstb-dev
2020
2121
- name: Extract branch name
2222
shell: bash

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
BUILD_TYPE: Release
11-
VCPKG_COMMIT: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
11+
VCPKG_COMMIT: 6f29f12e82a8293156836ad81cc9bf5af41fe836
1212
VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}\vcpkg\binary-cache
1313

1414
jobs:

0 commit comments

Comments
 (0)