Migrate to rust edition 2024
This commit is contained in:
parent
cc74779e5d
commit
69f36de2d3
5 changed files with 13 additions and 7 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -23,6 +23,9 @@ jobs:
|
|||
with:
|
||||
version: 10
|
||||
|
||||
- name: Set up rust
|
||||
run: rustup update
|
||||
|
||||
# https://github.com/tauri-apps/tauri-action?tab=readme-ov-file#usage
|
||||
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/customizing-github-hosted-runners#installing-software-on-ubuntu-runners
|
||||
- name: Install tauri dependencies
|
||||
|
|
@ -52,6 +55,9 @@ jobs:
|
|||
with:
|
||||
version: 10
|
||||
|
||||
- name: Set up rust
|
||||
run: rustup update
|
||||
|
||||
- name: Build
|
||||
run: ./meta/build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue