Skip to content

Commit

Permalink
Merge pull request #88 from hiltontj/hiltontj/cts-workflow-2
Browse files Browse the repository at this point in the history
chore: workflow fix
  • Loading branch information
hiltontj committed Mar 16, 2024
2 parents 9319de5 + 3941661 commit 5d4090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: 🧱 Update Submodules
run: |
git pull --recursive-submodules
git pull --recurse-submodules
git submodule update --recursive --remote
- name: 🦀 Rust Toolchain & Cache
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 5d4090c

Please sign in to comment.