We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fce64 commit 3b9e38fCopy full SHA for 3b9e38f
1 file changed
.github/workflows/build-test.yml
@@ -121,15 +121,14 @@ jobs:
121
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
122
if: runner.os != 'Linux'
123
124
- - name: Set $PATH
+ - name: Set $PATH (Windows)
125
run: Add-Content $env:GITHUB_PATH "${{github.workspace}}\install\bin"
126
if: runner.os == 'Windows'
127
128
- name: Test
129
working-directory: ${{github.workspace}}/build
130
# We are just testing in Linux
131
run: ctest -C ${{env.BUILD_TYPE}}
132
- if: runner.os != 'macOS'
133
134
- name: Install
135
0 commit comments