Compare commits
No commits in common. "f6e9b1004bde01071ee6bcab3694f55767478340" and "958ce3af46bf5f16c16ca84967216058b55e0318" have entirely different histories.
f6e9b1004b
...
958ce3af46
1 changed files with 3 additions and 6 deletions
|
@ -8,14 +8,11 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Zig
|
||||
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/mlugg/setup-zig@v1.2.1
|
||||
with:
|
||||
version: 0.14.0
|
||||
- name: Restore Zig caches
|
||||
uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929
|
||||
- uses: https://github.com/elerch/zig-action-cache@v1.1.6
|
||||
- name: Build project
|
||||
run: zig build --summary all
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Reference in a new issue