.gitea/workflows/test.yaml aktualisiert
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 4m47s

This commit is contained in:
hodasemi 2023-08-15 10:30:57 +02:00
parent f7eb22f6ff
commit ab095b9faf

View file

@ -12,6 +12,10 @@ jobs:
steps: steps:
- uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/checkout@v3
- uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build - name: Build
run: cargo build run: cargo build