We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PATH
1 parent ca7057e commit bfb491cCopy full SHA for bfb491c
.github/workflows/cmake.yml
@@ -82,5 +82,5 @@ jobs:
82
cmake --install build --prefix tmp/install
83
cmake -S test/app -B test/app/build -DCMAKE_INSTALL_PREFIX=tmp/install -G'MSYS Makefiles'
84
cmake --build test/app/build
85
- export PATH="$PATH:$(pwd)/tmp/install/bin"
+ PATH="$(pwd)/tmp/install/bin:$PATH"
86
test/app/build/app.exe
0 commit comments