Skip to content

Commit 726c421

Browse files
committed
fix: remove from ~/.cargo/env
1 parent a0e1e47 commit 726c421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/enzyme-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Run Rust autodiff tests
7373
working-directory: rust
7474
run: |
75-
source ~/.cargo/env
75+
. ~/.cargo/env
7676
./x test --stage 1 tests/codegen-llvm/autodiff
7777
./x test --stage 1 tests/pretty/autodiff
7878
./x test --stage 1 tests/ui/autodiff

0 commit comments

Comments
 (0)