-
-
Notifications
You must be signed in to change notification settings - Fork 88
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 6e3d91a
Showing
2 changed files
with
7 additions
and
7 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 | ||
|
@@ -92,7 +92,7 @@ jobs: | |
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above. | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf | ||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf liblttng-ust1 | ||
- name: dotnet restore | ||
run: dotnet restore | ||
|