Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Nov 24, 2024
1 parent adf8ae2 commit 4007de7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
go-version: ${{ env.GO_VERSION }}
id: go

- name: Get dependencies ubuntu
if: startsWith(matrix.os, 'ubuntu-')
run: |
go get -v -t -d ./...
- name: Setup bazel
uses: jwlawson/actions-setup-bazel@v2
with:
Expand All @@ -45,10 +40,7 @@ jobs:
run: bazel --version

- name: Get dependencies windows
if: startsWith(matrix.os, 'windows-')
run: |
#go get -u github.com/golang/dep/cmd/dep
#dep ensure
go get -v -t -d ./...
- name: Make deps
Expand Down

0 comments on commit 4007de7

Please sign in to comment.