Skip to content

Commit

Permalink
Pin nightly to fix CI (#338)
Browse files Browse the repository at this point in the history
Waiting for upstream fixes, so let's unbreak our own CI to avoid
blocking on that.

Closes #337
  • Loading branch information
alexcrichton authored May 29, 2020
1 parent 33b7a0b commit 4f5c728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
target: x86_64-unknown-linux-gnu
- build: x86_64-nightly
os: ubuntu-latest
rust: nightly
# FIXME(kennytm/extprim#19) waiting for a publish to unpin
rust: nightly-2020-05-01
docker: linux64
target: x86_64-unknown-linux-gnu
- build: i686
Expand Down

0 comments on commit 4f5c728

Please sign in to comment.