1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 17:40:49 +00:00

ci: Run against nightly version of rust (#1814)

Now that the uom dependency has been updated and compiles on the nightly
version of rust we can enable the builds again in the build matrix.
This commit is contained in:
Thomas O'Donnell 2020-10-21 09:17:54 +02:00 committed by GitHub
parent e59cefd2b4
commit 6717d40b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable]
rust: [stable, nightly]
steps:
- name: Setup | Checkout
uses: actions/checkout@v2