diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 0d52b03..ad3b14d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,6 +12,10 @@ jobs: steps: - uses: https://github.com/actions/checkout@v3 + + - uses: https://github.com/actions-rs/toolchain@v1 + with: + toolchain: stable - name: Build run: cargo build \ No newline at end of file