We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7402d3a commit 1ec5e98Copy full SHA for 1ec5e98
1 file changed
.github/workflows/build.yml
@@ -83,9 +83,8 @@ jobs:
83
-DENABLE_TEST=ON
84
build-type: ${{ env.BUILD_TYPE }}
85
86
- - name: Copy DLLs
87
- run: |
88
- Copy-Item -Path "${{ github.workspace }}\build\lib\StormByte.dll" -Destination "${{ github.workspace }}\build\test" -Force
+ - name: Add DLL directory to PATH
+ run: echo "${{ github.workspace }}\build\lib" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
89
90
- name: Run unit tests
91
run: ctest --output-on-failure --test-dir ${{ github.workspace }}\build\test
0 commit comments