Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Feb 26, 2024
1 parent fc5a5ed commit 67bfd85
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 @@ -100,7 +100,7 @@ jobs:
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '2' }}
run: |
wget https://github.com/xishang0128/loongarch64-golang/releases/download/1.21.5/go1.21.5.linux-amd64-abi2.tar.gz
tar zxf go1.21.5.linux-amd64-abi1.tar.gz -C /usr/local/
tar zxf go1.21.5.linux-amd64-abi2.tar.gz -C /usr/local/
export PATH=$PATH:/usr/local/go/bin
- name: Set variables
Expand Down

0 comments on commit 67bfd85

Please sign in to comment.