Skip to content

Commit

Permalink
Attempt at building Museeks with Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jan 17, 2025
1 parent af69117 commit a3cc65b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
qa:
# For QA (lint, test, etc), Linux is enough
# https://github.com/tauri-apps/tauri-action/issues/745#issuecomment-2024998604
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fail-fast: false
matrix:
# - include
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-latest, ubuntu-22.04, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -106,7 +106,7 @@ jobs:
workspaces: './src-tauri -> target'

- name: Install native dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
Expand All @@ -130,7 +130,7 @@ jobs:
args: ${{ matrix.platform == 'macos-latest' && '--target universal-apple-darwin' || '' }}

- uses: actions/upload-artifact@v4
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
with:
name: binaries-linux
path: |
Expand Down

0 comments on commit a3cc65b

Please sign in to comment.