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 278482e commit ca1d4ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
shell: pwsh
run : |
ls C:/msys64/${{ matrix.mingw_arch }}/bin
ls ${{ env.QT_ROOT_DIR }}/bin
- name: package
id: package
shell: pwsh
Expand Down Expand Up @@ -389,8 +390,6 @@ jobs:
modules: 'qtwebengine'
- name: Install libaria2
run: |
ls /usr/local
ls /usr/include
wget "https://github.com/kaniol-lck/aria2/releases/download/libaria2-release-1.36.0/libaria2-clang-macos-10.15.zip"
unzip *.zip
sudo cp -r lib/ /usr/lib/
Expand Down

0 comments on commit ca1d4ae

Please sign in to comment.