Skip to content

Commit eecebdc

Browse files
committed
Install rust when testing
1 parent f4eaab4 commit eecebdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_linux.yml

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

150+
# random command that forces rustup to install stuff in rust-toolchain
151+
- name: Install rust-toolchain
152+
run: cargo version
153+
150154
- name: Run remote tests
151155
env:
152156
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}

0 commit comments

Comments
 (0)