ci: Fixed final typo I hope [skip ci]

This commit is contained in:
2024-12-21 16:46:16 -07:00
parent 4b94a0ce2a
commit 0474978ac0
+5
View File
@@ -140,6 +140,11 @@ jobs:
with:
fetch-depth: 1
- name: Ensure repository is up-to-date
run: |
git fetch --all
git pull
- uses: actions/cache@v3
name: Cache Cargo registry
with: