Skip to content

Commit

Permalink
12
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Feb 26, 2024
1 parent 4e10055 commit 5948fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
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 /usr/local/go
ls -al /usr/bin/go
sudo tar zxf go1.21.5.linux-amd64-abi1.tar.gz -C /usr/local/
export PATH=$PATH:/usr/local/go/bin
go version
Expand Down

0 comments on commit 5948fc1

Please sign in to comment.