Skip to content

Commit

Permalink
Use zig 0.8.0 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Jun 5, 2021
1 parent f2d3207 commit 804383d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: CI
on:
push:
<<<<<<< HEAD
pull_request:
=======
branches: [ master ]
pull_request:
branches: [ master ]
>>>>>>> master

jobs:
test:
Expand All @@ -18,13 +12,13 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/[email protected]
with:
version: 0.7.0
version: 0.8.0
- run: zig build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: goto-bus-stop/[email protected]
with:
version: 0.7.0
version: 0.8.0
- run: zig fmt --check .

0 comments on commit 804383d

Please sign in to comment.