We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19bd3a commit c629bd5Copy full SHA for c629bd5
1 file changed
.github/workflows/ci.yml
@@ -47,6 +47,8 @@ jobs:
47
runs-on: ubuntu-latest
48
needs: build_and_test
49
steps:
50
+ - uses: actions/checkout@v4
51
+
52
- name: Setup rust
53
run: rustup toolchain install --profile minimal -c rustfmt,clippy nightly && rustup default nightly
54
0 commit comments