Skip to content

Commit

Permalink
chore(ci): remove zig master build (#44)
Browse files Browse the repository at this point in the history
* chore(ci): remove zig master build

* chore(ci): rename build examples
  • Loading branch information
hendriknielaender authored Feb 3, 2024
1 parent 88da272 commit bf13b26
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
version: 0.11.0
- run: zig build test
build-examples-stable:
build-examples:
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -31,17 +31,6 @@ jobs:
with:
version: 0.11.0
- run: zig build test_examples
build-examples-master:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: zig build test_examples
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bf13b26

Please sign in to comment.