Skip to content

Commit

Permalink
linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Feb 2, 2025
1 parent 18373c9 commit 6e3d91a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 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: "--verbose -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 All @@ -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
Expand Down

0 comments on commit 6e3d91a

Please sign in to comment.