Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 5, 2024
1 parent 99247a0 commit c4c888f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ jobs:
run: |
wget "https://github.com/kaniol-lck/aria2/releases/download/release-1.36.0/libaria2-clang-macos-10.15.zip"
unzip *.zip
osascript MaintenanceTool.scpt
csrutil status
sudo cp -r lib/ usr/local/lib/
sudo cp -r include/aria2/ usr/local/include/
rm -rf lib/ include/ *.zip
- name: Install dependencies
run: |
brew install quazip gnu-sed aria2
Expand Down

0 comments on commit c4c888f

Please sign in to comment.