Skip to content

Commit

Permalink
maybe this time
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Jan 18, 2024
1 parent 423a383 commit 32e05fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
- name: Authenticate with GitHub
run: echo "//github.com/:machine-token:${{ secrets.GITHUB_TOKEN }}" > ~/.netrc
- name: Set GOPRIVATE for private repositories
run: echo "export GOPRIVATE=github.com/ojo-network" >> $GITHUB_ENV
- name: Compile
run: |
go mod download
Expand Down

0 comments on commit 32e05fe

Please sign in to comment.