Use rust nightly for Github actions build
This commit is contained in:
parent
2a77bac0cc
commit
c3902d3221
|
|
@ -8,7 +8,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install libsdl2-dev
|
||||
- name: Build
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
nightly
|
||||
Loading…
Reference in New Issue