Skip to content

Commit

Permalink
Trying to fix Linux CI (#168)
Browse files Browse the repository at this point in the history
* Trying to fix Linux CI
  • Loading branch information
SaschaWillems authored Feb 22, 2023
1 parent 7e2395d commit 7a7693e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
jobs:
build_ubuntu_x11:
name: Build Ubuntu X11
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"

- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@v2
with:
version: 5.12.9
host: linux
Expand Down Expand Up @@ -48,14 +48,14 @@ jobs:

build_ubuntu_wayland:
name: Build Ubuntu Wayland
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"

- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@v2
with:
version: 5.12.9
host: linux
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
with:
submodules: "recursive"

- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@v2
with:
version: 5.12.9
host: mac
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
with:
submodules: "recursive"

- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@v2

- name: Build
env:
Expand All @@ -149,7 +149,7 @@ jobs:
with:
arch: x86

- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@v2
with:
setup-python: 'false'
version: '5.12.9'
Expand Down
1 change: 0 additions & 1 deletion vulkanCapsViewer.pri
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# ------------------------------------------------------
HEADERS += ./settings.h \
$$PWD/CustomFilterProxyModel.h \
$$PWD/CustomFilterProxyModel.hpp \
$$PWD/VulkanDeviceInfoExtensions.h \
$$PWD/appleutils.mm \
./treeproxyfilter.h \
Expand Down

0 comments on commit 7a7693e

Please sign in to comment.