Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Feb 27, 2024
1 parent 89a1b07 commit a8cbeb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
ls /usr/local/go
echo "/usr/local/go/bin" >> $GITHUB_PATH
go version
go env GOPATH
- name: Set up Go1.21 loongarch abi2
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '2' }}
Expand All @@ -107,6 +106,8 @@ jobs:
sudo rm -rf /opt/hostedtoolcache/go/1.20.14/x64/*
sudo cp -r go/* /opt/hostedtoolcache/go/1.20.14/x64
- name: Setup Debug Session
uses: csexton/debugger-action@master
- name: Set variables
if: ${{github.ref_name=='Alpha'}}
run: echo "VERSION=alpha-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
Expand Down

0 comments on commit a8cbeb3

Please sign in to comment.