Update .gitea/workflows/ssg.yaml
Some checks failed
Deploy ${{ gitea.repository }} / build (push) Failing after 4s

This commit is contained in:
Adam Jeniski 2025-11-15 18:06:12 -10:00
parent 4e788ff928
commit b01493a4a3

View File

@ -8,6 +8,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable