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 8fb88d0 commit c0c93d3
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 @@ -95,7 +95,7 @@ jobs:
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 cp go/* /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
Expand Down

0 comments on commit c0c93d3

Please sign in to comment.