Skip to content

Commit

Permalink
attempt to fix musl-clang
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Apr 10, 2023
1 parent d174280 commit f59eaae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ jobs:

run: |
sudo apt-get install -y build-essential musl musl-dev musl-tools
sudo ld-musl-config
# NOTE: keep version at 0.23.0: https://github.com/indygreg/PyOxidizer/issues/673
python3 -m pip install pyoxidizer==0.23.0
Expand Down

0 comments on commit f59eaae

Please sign in to comment.