Skip to content

Commit e9fb82a

Browse files
authored
Remove unused nightly toolchain environmental variable (#13037)
# Objective - Many of our CI workflows contain a `NIGHTLY_TOOLCHAIN` environmental variable. - This specifies which nightly to use. If there is a bug in one of the nightlies, we can pin the toolchain to be an earlier version. - Both the daily and weekly workflows do not use the nightly compiler, but still have a `NIGHTLY_TOOLCHAIN` variable. ## Solution - Delete the unused variable.
1 parent 8316166 commit e9fb82a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
env:
99
CARGO_TERM_COLOR: always
10-
NIGHTLY_TOOLCHAIN: nightly
1110

1211
jobs:
1312
build-for-iOS:

.github/workflows/weekly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12-
NIGHTLY_TOOLCHAIN: nightly
1312

1413
jobs:
1514
test:

0 commit comments

Comments
 (0)