Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 21, 2024
1 parent 37a33d3 commit e63f09c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
elif [ "${{ matrix.goarch }}" = "amd64" ]; then
echo "CC=x86_64-linux-gnu-gcc" >> $GITHUB_ENV
fi
echo "GOGCCFLAGS=$(GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go env GOGCCFLAGS)"
echo "GOGCCFLAGS=$(GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go env GOGCCFLAGS)" >> $GITHUB_ENV
- uses: wangyoucao577/[email protected]
env:
MIXPANEL_PROJECT_TOKEN: ${{ secrets.MIXPANEL_PROJECT_TOKEN }}
Expand Down

0 comments on commit e63f09c

Please sign in to comment.