Skip to content

Commit

Permalink
Clear previous go setup (from system)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Litvinov <[email protected]>
  • Loading branch information
Zensey committed Jul 26, 2024
1 parent 3bf7b3c commit 4925c04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
#which go
env
- uses: actions/checkout@v4
with:
Expand All @@ -38,6 +39,7 @@ jobs:
with:
go-version: '1.22.x'


- name: Prepare environment
run: |
RELEASE_BUILD=false
Expand Down Expand Up @@ -135,6 +137,9 @@ jobs:
unset CI # workaround for "PackageAndroid" target
which go
go env
echo debug debug
go get -u github.com/debber/debber-v0.3/cmd/debber
echo debug debug
go run mage.go -v ${{ matrix.platform }}
build-swagger:
Expand Down

0 comments on commit 4925c04

Please sign in to comment.