fix(ci): Forgot to also pull in the most recent changes [skip ci]

This commit is contained in:
2024-11-25 20:02:37 -07:00
parent 9e44713985
commit 5a1b92547d
+1
View File
@@ -124,6 +124,7 @@ jobs:
- name: Ensure repository is up-to-date - name: Ensure repository is up-to-date
run: | run: |
git fetch --all git fetch --all
git pull
- name: Install Rust stable - name: Install Rust stable
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable