Skip to content

Commit 52bd24e

Browse files
committed
Checkout repo
1 parent eecebdc commit 52bd24e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,13 @@ jobs:
147147
- name: List downloaded files
148148
run: ls -lR ${{ needs.build.outputs.artifact_path }}
149149

150+
- name: Checkout repository
151+
uses: actions/checkout@v4
152+
150153
# random command that forces rustup to install stuff in rust-toolchain
151154
- name: Install rust-toolchain
152155
run: cargo version
153-
156+
154157
- name: Run remote tests
155158
env:
156159
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}

0 commit comments

Comments
 (0)