Skip to content

Commit

Permalink
[ci] vcpkg: use oiio fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Nov 5, 2021
1 parent eb68413 commit 0393fb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
tripletPath: '${{ github.workspace }}\..\vcpkg\triplets\community\x64-windows-release.cmake'
BUILD_TYPE: Release
CTEST_OUTPUT_ON_FAILURE: 1
COMMIT_ID: 2169ab765b49cfc5cd7eddfc8ff3e579326776f8
COMMIT_ID: 7678fa940527fa675b3a1eabf3fb77814d0f81e7
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -116,7 +116,7 @@ jobs:
# git clone https://github.com/microsoft/vcpkg.git --branch 2021.05.12 https://github.com/DanielDelaporus/vcpkg.git --branch alembic-fix-build-types
run: |
cd ..
git clone https://github.com/microsoft/vcpkg.git
git clone https://github.com/fabiencastan/vcpkg.git
cd vcpkg
git checkout ${{ env.COMMIT_ID }}
cd ${{ github.workspace }}
Expand Down Expand Up @@ -175,6 +175,7 @@ jobs:
assimp
# without "cuda" for now
vcpkgTriplet: x64-windows-release
# doNotCache: true
# Ensure the vcpkg artifacts are cached, they are generated in the 'CMAKE_BINARY_DIR/vcpkg_installed' directory.
additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed

Expand Down

0 comments on commit 0393fb5

Please sign in to comment.