Skip to content

Commit

Permalink
Fix macOS path for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeikong committed Apr 17, 2024
1 parent 575bf4b commit 9a67a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
- name: Reconfigure statically
if: startsWith(github.ref, 'refs/tags/')
run: |
./configure --prefix=${{ runner.temp }}/install --enable-static
./configure LDFLAGS="-L$(brew --prefix zstd)/lib" CPPFLAGS="-I$(brew --prefix zstd)/include" --prefix=${{ runner.temp }}/install --enable-static
- name: Rebuild statically
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9a67a07

Please sign in to comment.