Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Feb 5, 2024
1 parent a838a38 commit 038df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cargo run --features headers --bin generate_headers --release
- name: build test binary
run: |
cc -o main{,.c} -L target/release -l iroh_net_ffi -lSystem -lc -lm
cc -o main{,.c} -L target/release -l iroh_net_ffi -lc -lm
- name: test run
run: |
./main server --json > server_output.json &
Expand Down

0 comments on commit 038df97

Please sign in to comment.