Skip to content

Commit

Permalink
Fix Linux build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed May 6, 2024
1 parent c5e6a77 commit b432af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Build executable
run: |
sudo rm -rf /usr/lib/x86_64-linux-gnu/pkgconfig/openssl.pc
cmake -B build -DCMAKE_BUILD_TYPE=Release -DZIG_TARGET=${{ matrix.target }} -DUSE_SYSTEM_PCAP=OFF ${{ matrix.cmake }}
cmake --build build
cmake --build build -t pppwn
tar -czvf pppwn.tar.gz build/pppwn${{ matrix.ext }}
- name: Upload result
Expand Down
1 change: 0 additions & 1 deletion cmake/zig-tools/zig-rc.sh.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
@ZIG@ rc "$@"

shift $(($#-2))
rc=$2
Expand Down

0 comments on commit b432af4

Please sign in to comment.