|
@@ -15,6 +15,10 @@ jobs:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
with:
|
|
with:
|
|
fetch-depth: 3
|
|
fetch-depth: 3
|
|
|
|
+ - name: install stable
|
|
|
|
+ uses: actions-rs/toolchain@v1
|
|
|
|
+ with:
|
|
|
|
+ toolchain: stable
|
|
- name: build
|
|
- name: build
|
|
run: |
|
|
run: |
|
|
cd ./lib/rust
|
|
cd ./lib/rust
|
|
@@ -32,6 +36,10 @@ jobs:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
with:
|
|
with:
|
|
fetch-depth: 3
|
|
fetch-depth: 3
|
|
|
|
+ - name: install stable
|
|
|
|
+ uses: actions-rs/toolchain@v1
|
|
|
|
+ with:
|
|
|
|
+ toolchain: stable
|
|
- name: build
|
|
- name: build
|
|
run: |
|
|
run: |
|
|
cd ./bindings/rust
|
|
cd ./bindings/rust
|
|
@@ -49,6 +57,10 @@ jobs:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
with:
|
|
with:
|
|
fetch-depth: 3
|
|
fetch-depth: 3
|
|
|
|
+ - name: install stable
|
|
|
|
+ uses: actions-rs/toolchain@v1
|
|
|
|
+ with:
|
|
|
|
+ toolchain: stable
|
|
- name: build
|
|
- name: build
|
|
run: |
|
|
run: |
|
|
cd ./templates/rust
|
|
cd ./templates/rust
|
|
@@ -66,6 +78,10 @@ jobs:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
with:
|
|
with:
|
|
fetch-depth: 3
|
|
fetch-depth: 3
|
|
|
|
+ - name: install stable
|
|
|
|
+ uses: actions-rs/toolchain@v1
|
|
|
|
+ with:
|
|
|
|
+ toolchain: stable
|
|
- name: build
|
|
- name: build
|
|
run: |
|
|
run: |
|
|
cd ./tools/rust/cargo-tauri-bundle
|
|
cd ./tools/rust/cargo-tauri-bundle
|