Skip to content

Commit

Permalink
Replace $PWD in ALICEVISION_ROOT definition in continuous-integration…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
demoulinv committed Aug 2, 2022
1 parent f6703d4 commit f1e19a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
DEPS_INSTALL_DIR: /opt/AliceVision_install
BUILD_TYPE: Release
CTEST_OUTPUT_ON_FAILURE: 1
ALICEVISION_ROOT: $PWD/../AV_install
ALICEVISION_ROOT: ${{ github.workspace }}/../AV_install
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit f1e19a6

Please sign in to comment.