Skip to content

Commit

Permalink
Update macOS build step to set CRYSTAL_LIBRARY_PATH inline during build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Jan 25, 2025
1 parent 418fd6a commit ca946a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
- if: matrix.binary_os_suffix == 'macos'
name: macos build step
run: |
echo "CRYSTAL_LIBRARY_PATH=$(crystal env CRYSTAL_LIBRARY_PATH)" >> $GITHUB_ENV
shards install --without-development
crystal build src/hetzner-k3s.cr --release
CRYSTAL_LIBRARY_PATH=$(crystal env CRYSTAL_LIBRARY_PATH) crystal build src/hetzner-k3s.cr --release
chmod +x hetzner-k3s
cp hetzner-k3s ${{ env.FILENAME }}
Expand Down

0 comments on commit ca946a8

Please sign in to comment.