mirror of https://github.com/dswd/vpncloud.git
Fixed github builds
This commit is contained in:
parent
8639575681
commit
ed81c0de88
|
@ -9,6 +9,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- name: Install latest nightly
|
||||||
|
run: rustup toolchain install 1.40.0
|
||||||
|
- name: Set default toolchain
|
||||||
|
run: rustup default 1.40.0
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Reference in New Issue