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 f4eaab4 commit eecebdcCopy full SHA for eecebdc
.github/workflows/ci_linux.yml
@@ -147,6 +147,10 @@ jobs:
147
- name: List downloaded files
148
run: ls -lR ${{ needs.build.outputs.artifact_path }}
149
150
+ # random command that forces rustup to install stuff in rust-toolchain
151
+ - name: Install rust-toolchain
152
+ run: cargo version
153
+
154
- name: Run remote tests
155
env:
156
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
0 commit comments