Skip to content

Commit 3b4e332

Browse files
committed
changed workflow
1 parent 9d8a46c commit 3b4e332

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,17 @@ jobs:
4949

5050
steps:
5151
- uses: actions/checkout@v4
52-
5352
- name: Install system deps
5453
run: |
5554
sudo apt-get update
5655
sudo apt-get install -y --no-install-recommends \
5756
protobuf-compiler \
5857
cuda-nvrtc-12-8
59-
6058
- name: Install Rust
6159
run: |
6260
curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
63-
echo "$HOME/.cargo/env" >> "$GITHUB_PATH"
6461
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
65-
source "$HOME/.cargo/env"
66-
rustup update
67-
62+
- name: Update Rust
63+
run: rustup update
6864
- name: Run CUDA crate tests
6965
run: cargo test -p luminal_cuda --verbose

0 commit comments

Comments
 (0)