Skip to content

Commit

Permalink
Update x64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hosxy authored Aug 23, 2021
1 parent 347984a commit 6fb629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: build arai2c.exe
run: |
curl -L -o Dockerfile.mingw "https://raw.githubusercontent.com/aria2/aria2/master/Dockerfile.mingw"
patch Dockerfile.mingw < Dockerfile.mingw_x64.patch
bash patch_dockerfile.sh
sudo docker build -t aria2-mingw - < Dockerfile.mingw
id=$(sudo docker create aria2-mingw)
sudo docker cp $id:/aria2/src/aria2c.exe ./aria2c-fast_x64.exe
Expand Down

0 comments on commit 6fb629e

Please sign in to comment.