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 90cbfe1 commit d37385a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@ jobs:
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '1' }}
run: |
wget -q https://github.com/xishang0128/loongarch64-golang/releases/download/1.21.5/go1.21.5.linux-amd64-abi1.tar.gz
sudo rm -rf /opt/hostedtoolcache/go/1.20.14/x64/*
sudo tar zxf go1.21.5.linux-amd64-abi1.tar.gz
sudo rm -rf /opt/hostedtoolcache/go/1.20.14/x64/*
sudo cp -r go/* /opt/hostedtoolcache/go/1.20.14/x64
go version
- name: Set up Go1.21 loongarch abi2
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '2' }}
run: |
wget -q https://github.com/xishang0128/loongarch64-golang/releases/download/1.21.5/go1.21.5.linux-amd64-abi2.tar.gz
sudo tar zxf go1.21.5.linux-amd64-abi2.tar.gz -C /usr/local/
export PATH=$PATH:/usr/local/go/bin
sudo tar zxf go1.21.5.linux-amd64-abi2.tar.gz
sudo rm -rf /opt/hostedtoolcache/go/1.20.14/x64/*
sudo cp -r go/* /opt/hostedtoolcache/go/1.20.14/x64
- name: Set variables
if: ${{github.ref_name=='Alpha'}}
Expand Down

0 comments on commit d37385a

Please sign in to comment.