Skip to content

Commit

Permalink
love yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Feb 16, 2024
1 parent 64d85a4 commit e01fbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# missing: perl, python
- name: Deploy 3rd party dlls
shell: bash
run: |
run: |
cd '${{github.workspace}}/build'
cp -v c:/vcpkg/installed/x64-windows-release/bin/zlib1.dll release/; if (!$?) { exit 1 }
cp -v c:/vcpkg/installed/x64-windows-release/bin/libcrypto*.dll release/; if (!$?) { exit 1 }
Expand Down

0 comments on commit e01fbb9

Please sign in to comment.