Skip to content

Commit 4f5c728

Browse files
authored
Pin nightly to fix CI (#338)
Waiting for upstream fixes, so let's unbreak our own CI to avoid blocking on that. Closes #337
1 parent 33b7a0b commit 4f5c728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
target: x86_64-unknown-linux-gnu
2626
- build: x86_64-nightly
2727
os: ubuntu-latest
28-
rust: nightly
28+
# FIXME(kennytm/extprim#19) waiting for a publish to unpin
29+
rust: nightly-2020-05-01
2930
docker: linux64
3031
target: x86_64-unknown-linux-gnu
3132
- build: i686

0 commit comments

Comments
 (0)