mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
install Rust stable before build (#53)
This will fix MacOS build image not having Rust installed by default.
This commit is contained in:
committed by
nothingismagick
parent
5ec8e2f2a0
commit
94ead187dc
16
.github/workflows/test-on-pr.yml
vendored
16
.github/workflows/test-on-pr.yml
vendored
@@ -15,6 +15,10 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 3
|
||||
- name: install stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: build
|
||||
run: |
|
||||
cd ./lib/rust
|
||||
@@ -32,6 +36,10 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 3
|
||||
- name: install stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: build
|
||||
run: |
|
||||
cd ./bindings/rust
|
||||
@@ -49,6 +57,10 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 3
|
||||
- name: install stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: build
|
||||
run: |
|
||||
cd ./templates/rust
|
||||
@@ -66,6 +78,10 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 3
|
||||
- name: install stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: build
|
||||
run: |
|
||||
cd ./tools/rust/cargo-tauri-bundle
|
||||
|
||||
Reference in New Issue
Block a user