Skip to content

Commit 8214fbb

Browse files
committed
CI: changed the way we access to env var
1 parent 333c75a commit 8214fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
mkdir build
7575
cd build
7676
cmake --version
77-
cmake .. -DCMAKE_BUILD_TYPE=Release -DTOOLS=OFF -DUNITTESTS=OFF -DCMAKE_TOOLCHAIN_FILE=$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake
77+
cmake .. -DCMAKE_BUILD_TYPE=Release -DTOOLS=OFF -DUNITTESTS=OFF -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
7878
cmake --build .
7979
cmake --install . --component caveexpress --prefix install-caveexpress
8080
cmake --install . --component cavepacker --prefix install-cavepacker

0 commit comments

Comments
 (0)