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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
profile: minimal
|
||||||
|
toolchain: nightly
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install libsdl2-dev
|
run: sudo apt-get update && sudo apt-get install libsdl2-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
nightly
|
||||||
Loading…
Reference in New Issue