Skip to content

Commit

Permalink
Trying to build for both x64 and amd64 on MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Dec 1, 2024
1 parent cd3e36f commit b417620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:

- name: Build project
shell: bash
env:
VCPKG_TARGET_TRIPLET: ${{ matrix.triplet }}
run: |
if [ -d build ]; then
echo "Build dir exists"
Expand Down

0 comments on commit b417620

Please sign in to comment.