Skip to content

Commit

Permalink
Add if not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jun 3, 2022
1 parent 6d57426 commit d9dc6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/windows_dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runs:
run: |
C:\msys64\usr\bin\wget.exe -q https://download.libsodium.org/libsodium/releases/libsodium-${{inputs.libsodium-version}}-msvc.zip
7z x libsodium-${{inputs.libsodium-version}}-msvc.zip
if not exist "cached-bin\libsodium-${{inputs.libsodium-version}}" mkdir "cached-bin\libsodium-${{inputs.libsodium-version}}"
copy .\x64\Release\v141\dynamic\libsodium.dll .\cached-bin\libsodium-${{inputs.libsodium-version}}\libsodium.dll
- name: Install Libsodium
Expand Down

0 comments on commit d9dc6f2

Please sign in to comment.