File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,13 @@ jobs:
138
138
- name : RockyLinux-9 / CUDA-12.8.1
139
139
image : " ghcr.io/rust-gpu/rust-cuda-rockylinux9-cuda12:latest"
140
140
steps :
141
+ - name : Checkout repository
142
+ uses : actions/checkout@v4
143
+
144
+ # random command that forces rustup to install stuff in rust-toolchain
145
+ - name : Install rust-toolchain
146
+ run : cargo version
147
+
141
148
- name : Download build artifacts
142
149
uses : actions/download-artifact@v4
143
150
with :
@@ -147,13 +154,6 @@ jobs:
147
154
- name : List downloaded files
148
155
run : ls -lR ${{ needs.build.outputs.artifact_path }}
149
156
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
157
- name : Run remote tests
158
158
env :
159
159
MODAL_TOKEN_ID : ${{ secrets.MODAL_TOKEN_ID }}
You can’t perform that action at this time.
0 commit comments