mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 04:47:58 +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:
parent
e59cefd2b4
commit
6717d40b95
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user