Skip to content

Commit bc3cffc

Browse files
authored
Update linux.yml
1 parent 202d28f commit bc3cffc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
workflow_dispatch:
2323

2424
jobs:
25-
ubuntu-2004:
26-
runs-on: ubuntu-20.04
25+
ubuntu-2204:
26+
runs-on: ubuntu-22.04
2727

2828
steps:
2929
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install prerequisites
3838
run: |
3939
sudo apt update
40-
sudo apt install -y make gcc patchelf chrpath qt5-default libxcb-cursor0 build-essential libgtk-3-dev
40+
sudo apt install -y make gcc patchelf chrpath libfuse2 libxcb-cursor0 build-essential libgtk-3-dev
4141
4242
- name: Build all
4343
run: |
@@ -49,7 +49,7 @@ jobs:
4949
- name: Upload build asserts
5050
uses: actions/upload-artifact@v4.6.2
5151
with:
52-
name: QFSViewer_Ubuntu2004
52+
name: QFSViewer_Ubuntu2204
5353
path: |
5454
./dpkg/*.deb
5555

0 commit comments

Comments
 (0)