Update .gitea/workflows/CI.yaml
Some checks failed
builder / build (push) Failing after 38s

This commit is contained in:
Jan Gleytenhoover 2024-08-16 11:58:28 +00:00
parent b168275579
commit 82320f7bb6

@ -16,9 +16,9 @@ jobs:
password: ${{ gitea.token }} password: ${{ gitea.token }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: https://git.kjan.de/actions/checkout@v4
- name: ⚡ Cache - name: ⚡ Cache
uses: actions/cache@v4 uses: https://git.kjan.de/actions/cache@v4
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry
@ -30,7 +30,7 @@ jobs:
- name: Build - name: Build
run: cargo build --release run: cargo build --release
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: https://git.kjan.de/actions/upload-artifact@v3
with: with:
name: build name: build
path: target/release/passwd-cooker path: target/release/passwd-cooker