Go back to testing true nightlies (#765)
Now that all the wasi fixes are upstream in nightlies I think we're good to go to test the `nightly` channel again.
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -136,11 +136,9 @@ jobs:
|
|||||||
- build: beta
|
- build: beta
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
rust: beta
|
rust: beta
|
||||||
# FIXME need to wait for rust-lang/rust#67065 to get into nightlies,
|
|
||||||
# and then this can be updated to `nightly` again.
|
|
||||||
- build: nightly
|
- build: nightly
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
rust: nightly-2019-12-03
|
rust: nightly
|
||||||
- build: macos
|
- build: macos
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
rust: stable
|
rust: stable
|
||||||
|
|||||||
Reference in New Issue
Block a user