Skip to content

Commit

Permalink
elf: remove now obsolete 'zig build install' step
Browse files Browse the repository at this point in the history
We now test it as part of 'zig build test'.
  • Loading branch information
kubkon committed Jun 29, 2023
1 parent 8433d2e commit ee95450
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
- run: zig version
- run: zig fmt --check src
- run: zig build test
- run: zig build install

0 comments on commit ee95450

Please sign in to comment.