Skip to content

Commit

Permalink
Fix linux canary build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 18, 2024
1 parent 93ee5e2 commit fa822b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
toolchain: x86_64-pc-windows-msvc
bundles: nsis
os: windows
- host: ubuntu-20.04
- host: ubuntu-22.04
target: x86_64-unknown-linux-gnu
toolchain: x86_64-unknown-linux-gnu
bundles: deb,appimage
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
workspaces: "apps/desktop/src-tauri/target"
- name: Install dependencies (ubuntu only)
if: matrix.settings.host == 'ubuntu-20.04'
if: matrix.settings.host == 'ubuntu-22.04'
run: |
# https://tauri.app/v1/guides/building/linux/#limitations
sudo apt-get update
Expand Down

0 comments on commit fa822b7

Please sign in to comment.