Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed May 22, 2024
1 parent 5815279 commit 99454e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ jobs:
if: ${{ startsWith( matrix.qt_ver, 6 ) }}
run : |
cp C:/msys64/${{ matrix.mingw_arch }}/bin/libquazip1-qt6.dll deploy/
cp C:/msys64/${{ matrix.mingw_arch }}/bin/libicuuc74.dll deploy/
cp C:/msys64/${{ matrix.mingw_arch }}/bin/Qt6Core5Compat.dll deploy/
- name: x64 dependencies
if: contains(matrix.mingw_arch, 'mingw64')
run : |
Expand Down Expand Up @@ -393,7 +395,7 @@ jobs:
unzip *.zip
csrutil status
sudo cp -r lib/ ${{ env.QT_ROOT_DIR }}/lib/
sudo cp -r include/ ${{ env.QT_ROOT_DIR }}/include/
sudo cp -r include/aria2/ ${{ env.QT_ROOT_DIR }}/include/
rm -rf lib/ include/ *.zip
- name: Install dependencies
run: |
Expand Down

0 comments on commit 99454e6

Please sign in to comment.