Skip to content

Commit

Permalink
fix wrong triplet names
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan130200 committed May 7, 2024
1 parent 36e86ec commit 1e88c71
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu-20.04
- os: ubuntu-latest
vcpkg_triplet: x64-linux-release
- os: ubuntu-20.04
vcpkg_triplet: x86-linux-release
- os: macos-11
- os: ubuntu-latest
vcpkg_triplet: x86-linux

- os: macos-latest
vcpkg_triplet: x64-osx-release
- os: macos-11
vcpkg_triplet: x86-osx-release
- os: windows-2019
- os: macos-latest
vcpkg_triplet: x86-osx

- os: windows-latest
vcpkg_triplet: x64-windows-release
- os: windows-2019
- os: windows-latest
vcpkg_triplet: x86-windows-release
steps:
- name: vcpkg build
Expand Down

0 comments on commit 1e88c71

Please sign in to comment.