Skip to content

Commit

Permalink
ci: copy dlls on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phuwit committed Oct 18, 2023
1 parent b209551 commit ed2316e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ jobs:

- name: Install
shell: msys2 {0}
run: cmake --install build --config Release
run: |
cmake --install build --config Release
cp /mingw64/bin/libgcc_s_seh-*.dll build/bin/
cp /mingw64/bin/libwinpthread-*.dll build/bin/
cp /mingw64/bin/libstdc++-*.dll build/bin/
- name : Upload full build artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ed2316e

Please sign in to comment.