Fix windows workflow (#322)

This commit is contained in:
MihailRis
2024-10-21 21:16:12 +03:00
committed by GitHub
parent 731c00d504
commit 5fbc05d21d
3 changed files with 2 additions and 9 deletions
+1
View File
@@ -40,6 +40,7 @@ jobs:
run: |
mkdir packaged
cp -r build/* packaged/
cp C:/Windows/System32/msvcp140.dll packaged/Release/msvcp140.dll
working-directory: ${{ github.workspace }}
- name: Run tests
run: ctest --output-on-failure --test-dir build