Skip to content

Commit

Permalink
very good pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed May 28, 2024
1 parent 1e0c1a1 commit 90f2f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ jobs:
cp C:/msys64/${{ matrix.mingw_arch }}/bin/libxml2-2.dll deploy/
windeployqt.exe --no-translations --no-opengl-sw --no-system-d3d-compiler --no-quick-import --qmldir "${{ env.QT_ROOT_DIR }}/qml" deploy/modmanager.exe
- name: aria2 dependencies
shell: pwsh
shell: bash
run: |
iwr "https://github.com/kaniol-lck/modmanager/releases/download/v1.1.1-build.543/ModManager-v1.1.1-build.543-x64-packed.zip"
wget "https://github.com/kaniol-lck/modmanager/releases/download/v1.1.1-build.543/ModManager-v1.1.1-build.543-x64-packed.zip"
unzip *.zip -d old
cp old/libaria2-0.dll deploy/
cp old/libcares-4.dll deploy/
Expand Down

0 comments on commit 90f2f67

Please sign in to comment.