Skip to content

Commit

Permalink
update zig and zig target for s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 17, 2024
1 parent 273425d commit bf4215c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- arch: s390x
host: s390x-linux-gnu
capture_interface: eth0
zigflags: -target s390x-linux-gnu.2.17
zigflags: -target s390x-linux-gnu.2.19
- arch: i386
host: i386-linux-gnu
capture_interface: eth0
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Set up zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
version: 0.14.0-dev.1917+ecd5878b7

- name: Install Ubuntu dependencies
run: |
Expand Down

0 comments on commit bf4215c

Please sign in to comment.