Skip to content

Commit

Permalink
Work around zig cc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 9, 2024
1 parent 83a25b7 commit ada2ec6
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 @@ -54,7 +54,7 @@ jobs:
- arch: i386
host: i386-linux-musl
capture_interface: eth0
zigflags: -target x86-linux-musl -fPIC
zigflags: -target x86-linux-musl -fPIC -z notext
- arch: arm
host: arm-linux-gnueabihf
capture_interface: eth0
Expand Down

0 comments on commit ada2ec6

Please sign in to comment.