Skip to content
Snippets Groups Projects
Verified Commit ed800385 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: added nightly rust build

parent a5a6426e
No related branches found
No related tags found
No related merge requests found
Pipeline #1870 failed
......@@ -16,7 +16,8 @@ jobs:
"1.63.0",
"1.64.0",
"1.65.0",
"latest"
"latest",
"nightly"
]
runs-on: ubuntu-latest
container: rust:${{ matrix.rust-version }}
......@@ -42,7 +43,8 @@ jobs:
"1.63.0",
"1.64.0",
"1.65.0",
"latest"
"latest",
"nightly"
]
runs-on: ubuntu-latest
container: rust:${{ matrix.rust-version }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment