Skip to content

Commit

Permalink
Install from x64-linux triplet to try fix missing installed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 24, 2024
1 parent 861e819 commit 51f1dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
id: vcpkg-installed-cache
with:
path: installed/
key: vcpkg-0-${{ env.VCPKG_HASH }}-${{ matrix.os }}
key: vcpkg-1-${{ env.VCPKG_HASH }}-${{ matrix.os }}
- uses: actions/checkout@v4
if: steps.vcpkg-installed-cache.outputs.cache-hit != 'true'
with:
Expand All @@ -103,7 +103,7 @@ jobs:
run: |
sudo apt-get install -y autoconf-archive
./bootstrap-vcpkg.sh -disableMetrics
./vcpkg install cddlib:x64-linux-release
./vcpkg install cddlib:x64-linux
ls installed/x64-linux/include/ -r
ls installed/x64-linux/lib/ -r
- name: Upload vcpkg
Expand Down

0 comments on commit 51f1dde

Please sign in to comment.