mirror of
https://github.com/project-slippi/Ishiiruka.git
synced 2025-10-06 00:12:42 +02:00
ci: update Ubuntu runner to 22.04 (#433)
also install libfuse2 since that isn't a default install on 22.04+
This commit is contained in:
5
.github/workflows/pr-build.yml
vendored
5
.github/workflows/pr-build.yml
vendored
@@ -174,7 +174,7 @@ jobs:
|
||||
artifact_name: linux-playback
|
||||
build_config: playback
|
||||
name: "Ubuntu ${{ matrix.build_type }}"
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
@@ -229,7 +229,8 @@ jobs:
|
||||
libpng-dev \
|
||||
qtbase5-private-dev \
|
||||
libxxf86vm-dev \
|
||||
x11proto-xinerama-dev
|
||||
x11proto-xinerama-dev \
|
||||
libfuse2
|
||||
- id: rust_ver
|
||||
name: Grab Rust Version
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user