Skip to content

Commit

Permalink
linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Feb 1, 2025
1 parent 18373c9 commit 33a55c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pack-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "-c src-tauri/tauri.conf.linux-x64.json5"
- platform: "windows-latest"
args: "-c src-tauri/tauri.conf.win-x64.json5"

Expand All @@ -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
Expand Down

0 comments on commit 33a55c1

Please sign in to comment.