We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecebdc commit 52bd24eCopy full SHA for 52bd24e
1 file changed
.github/workflows/ci_linux.yml
@@ -147,10 +147,13 @@ jobs:
147
- name: List downloaded files
148
run: ls -lR ${{ needs.build.outputs.artifact_path }}
149
150
+ - name: Checkout repository
151
+ uses: actions/checkout@v4
152
+
153
# random command that forces rustup to install stuff in rust-toolchain
154
- name: Install rust-toolchain
155
run: cargo version
-
156
157
- name: Run remote tests
158
env:
159
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
0 commit comments