-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18373c9
commit 711e8bf
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,10 +40,10 @@ jobs: | |
with: | ||
node-version: lts/* | ||
|
||
- name: 🧲 Setup .NET 7 | ||
- name: 🧲 Setup .NET 8 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.0.x | ||
dotnet-version: 8.0.x | ||
|
||
- name: Install dependencies (ubuntu only) | ||
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,8 +63,8 @@ jobs: | |
args: "--target aarch64-apple-darwin -c src-tauri/tauri.conf.mac-arm64.json5" | ||
#- platform: "macos-latest" # for Intel based macs. | ||
# args: "--target x86_64-apple-darwin -c src-tauri/tauri.conf.mac-x64.json5" | ||
#- platform: "ubuntu-22.04" | ||
# args: "-c src-tauri/tauri.conf.linux-x64.json5" | ||
- platform: "ubuntu-22.04" | ||
args: "--verbose -c src-tauri/tauri.conf.linux-x64.json5" | ||
- platform: "windows-latest" | ||
args: "-c src-tauri/tauri.conf.win-x64.json5" | ||
|
||
|
@@ -77,10 +77,10 @@ jobs: | |
with: | ||
node-version: lts/* | ||
|
||
- name: 🧲 setup .NET 7 | ||
- name: 🧲 setup .NET 8 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.0.x | ||
dotnet-version: 8.0.x | ||
|
||
- name: setup Rust stable | ||
uses: dtolnay/rust-toolchain@stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters