Skip to content

Commit

Permalink
ci: Set VCPKG_DEFAULT_TRIPLET
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 25, 2023
1 parent db20fc3 commit 637dca9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,15 @@ jobs:
vcpkg install cli11
vcpkg list
- name: Install Homebrew
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
- name: Setup VCPKG_DEFAULT_TRIPLET (macOS)
if: matrix.config.os == 'macos-latest'
run: |
echo $VCPKG_DEFAULT_TRIPLET
echo $PATH
echo "VCPKG_DEFAULT_TRIPLET=x64-macos" >> $env:GITHUB_ENV
- name: Build Ninja
run: |
cmake -S . -B build/ninja/ -GNinja
- name: Build target
run: |
cmake -S . -B build/${{ runner.os }}/

0 comments on commit 637dca9

Please sign in to comment.