Skip to content

Commit

Permalink
Add missing wget
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Apr 30, 2024
1 parent d3dd653 commit 1053c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
https://github.com/loongson/build-tools/releases/download/2023.08.08/x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz
wget https://github.com/loongson/build-tools/releases/download/2023.08.08/x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz
tar -vxf x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz -C /opt
- run: |
export PATH=/opt/cross-tools/bin:$PATH
Expand Down

0 comments on commit 1053c1e

Please sign in to comment.