Skip to content

Commit 2e341ef

Browse files
committed
Fix GitHub actions.
1 parent fd1b699 commit 2e341ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests
2222
run: cargo test --verbose
2323
- name: Run nighly tracking tests
24-
run: cd const_env_tests && source set-env && cargo +nightly run
24+
run: cd const_env_tests && source set-env.sh && cargo +nightly run
2525
- name: Run non-nightly tracking tests
2626
run: cd const_env_tests && ./run-tracking-tests.sh
2727

0 commit comments

Comments
 (0)