Skip to content

Commit

Permalink
fix setting env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 17, 2024
1 parent 639a4bf commit f8669dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
elif [ "${{ matrix.target_arch }}" == "arm64" ]; then
architecture="arm64"
fi
echo "Architecture: $architecture"
echo "architecture=$architecture" >> "$GITHUB_ENV"
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f8669dd

Please sign in to comment.