Skip to content

Commit

Permalink
Fix linux triplet.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 24, 2024
1 parent 45bf095 commit 133b51b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
if: steps.vcpkg-installed-cache.outputs.cache-hit != 'true' && matrix.os != 'windows-latest'
run: |
./bootstrap-vcpkg.sh -disableMetrics
./vcpkg install cddlib:x64-linux-static
ls installed/x64-linux-static/include/ -r
ls installed/x64-linux-static/lib/ -r
./vcpkg install cddlib:x64-linux
ls installed/x64-linux/include/ -r
ls installed/x64-linux/lib/ -r
- name: Upload vcpkg
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 133b51b

Please sign in to comment.