Skip to content

Commit

Permalink
workflows used runner.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 18, 2024
1 parent ec4317e commit 226957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ jobs:
working-directory: >-
../HelloWorld-builds-cmake/build-manual-gcc-${{ matrix.build-type.key }}
run: |
buildFolder='../../TinyORM-builds-cmake/build-manual-gcc-${{ matrix.build-type.key }}'
buildFolder='${{ runner.workspace }}/TinyORM-builds-cmake/build-manual-gcc-${{ matrix.build-type.key }}'
export LD_LIBRARY_PATH="$buildFolder"${LD_LIBRARY_PATH:+:}"$LD_LIBRARY_PATH"
Expand Down

0 comments on commit 226957c

Please sign in to comment.