Skip to content

Commit 90c6f69

Browse files
committed
Pin nightly to an older version to work around bytecodealliance/cap-std#270.
1 parent 065a50b commit 90c6f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
include:
102102
- build: nightly
103103
os: ubuntu-latest
104-
rust: nightly
104+
rust: nightly-2022-07-13
105105

106106
steps:
107107
- uses: actions/checkout@v2
@@ -241,10 +241,10 @@ jobs:
241241
include:
242242
- build: ubuntu
243243
os: ubuntu-latest
244-
rust: nightly
244+
rust: nightly-2022-07-13
245245
- build: windows
246246
os: windows-latest
247-
rust: nightly
247+
rust: nightly-2022-07-13
248248

249249
steps:
250250
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)