Skip to content

Commit 3be2d65

Browse files
committed
PLEEEAASE
1 parent 6d57faa commit 3be2d65

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,17 @@ jobs:
3131
c_compiler: cl
3232
cpp_compiler: cl
3333
generator: "Visual Studio 17 2022"
34+
triplet: "x64-windows"
3435
- os: ubuntu-latest
3536
c_compiler: clang
3637
cpp_compiler: clang++
3738
generator: "Unix Makefiles"
39+
triplet: "x64-linux"
3840
- os: macos-latest
3941
c_compiler: clang
4042
cpp_compiler: clang++
4143
generator: "Ninja"
44+
triplet: "arm64-osx"
4245
exclude:
4346
- os: windows-latest
4447
c_compiler: clang
@@ -57,7 +60,6 @@ jobs:
5760
sudo apt-get install -y build-essential cmake make pkg-config
5861
sudo apt-get install -y libgl1-mesa-dev libx11-dev
5962
sudo apt-get install -y autoconf automake libtool gettext
60-
sudo apt-get install -y libsdl3-dev libsdl3-image-dev
6163
sudo apt-get install -y libcrypt-dev
6264
6365
- name: Set reusable strings
@@ -72,7 +74,7 @@ jobs:
7274
uses: lukka/run-vcpkg@v11
7375
with:
7476
# Optional: specify the vcpkg arguments, e.g. to specify the triplet or use a custom vcpkg repository.
75-
vcpkgArguments: '@vcpkg.json'
77+
vcpkgArguments: '@vcpkg.json --triplet=${{ matrix.triplet }}'
7678
- name: Submodule update
7779
run: git submodule update --init --recursive
7880

0 commit comments

Comments
 (0)