Skip to content

Commit

Permalink
build: fix build.yml
Browse files Browse the repository at this point in the history
Correctly setting the environment variable here
  • Loading branch information
boris1993 committed Jun 4, 2023
1 parent 8bafed5 commit 52797ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: >-
for i in ${{ matrix.target_platforms }}; do
echo ${i} >> $GITHUB_ENV
echo CGO_ENABLED=0 >> $GITHUB_ENV
done
- name: Build
Expand Down

0 comments on commit 52797ec

Please sign in to comment.