Compare commits

..

No commits in common. "4187d8995112bfa2a071ea04f27a1da7c2259aab" and "9eaaada446b8fea4d49f1ddf33ab985126a4d89a" have entirely different histories.

View file

@ -9,20 +9,17 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - uses: actions/checkout@v4
uses: actions/checkout@v4 - uses: elerch/setup-zig@v3
- name: Setup Zig
uses: https://github.com/mlugg/setup-zig@v1.2.1
with: with:
version: 0.14.0 version: 0.14.0
- name: Restore Zig caches - uses: elerch/zig-action-cache@v1.1.6
uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929
- name: Build project - name: Build project
run: zig build --summary all run: zig build --summary all
- name: Run tests - name: Run tests
run: zig build test --summary all run: zig build test --summary all
- name: Notify - name: Notify
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2 uses: elerch/action-notify-ntfy@v2.github
if: always() && env.GITEA_ACTIONS == 'true' if: always() && env.GITEA_ACTIONS == 'true'
with: with:
host: ${{ secrets.NTFY_HOST }} host: ${{ secrets.NTFY_HOST }}