update urls for github
Some checks failed
Generic zig build / build (push) Failing after 7s

This commit is contained in:
Emil Lerch 2025-04-12 15:08:24 -07:00
parent 8dc9ec38fd
commit 171dd2e96e
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -12,7 +12,7 @@ jobs:
- uses: mlugg/setup-zig@v1.2.1 - uses: mlugg/setup-zig@v1.2.1
with: with:
version: 0.14.0 version: 0.14.0
- uses: elerch/zig-action-cache@v1.1.6 - uses: https://github.com/elerch/zig-action-cache@v1.1.6
- name: Build project - name: Build project
run: zig build --summary all run: zig build --summary all
- name: Run tests - name: Run tests
@ -62,7 +62,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }} annotations: ${{ steps.meta.outputs.annotations }}
- name: Notify - name: Notify
uses: elerch/action-notify-ntfy@v2.github uses: https://github.com/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 }}