Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Oct 9, 2024
2 parents 86a6fda + a910d9d commit c7c6ae8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ on:
- master
- next
- 'next*'
tags:
- 'v*'

jobs:
android:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- master
- next
- 'next*'
tags:
- 'v*'

jobs:
qtbuild:
Expand All @@ -18,7 +16,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.7.2'
version: '6.8.0'
modules: 'qtcharts qtmultimedia qt5compat qtshadertools'
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -67,7 +65,7 @@ jobs:
id: create_appimage
run: |
# Get appimagetool
# wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
#wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
wget https://welle-io-nightlies.albrechtloh.de/appimagetool-843-x86_64.AppImage # just for testing
chmod +x appimagetool-*.AppImage
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/raspberrypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- master
- next
- 'next*'
tags:
- 'v*'

jobs:
buildx:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- master
- next
- 'next*'
tags:
- 'v*'

jobs:
qtbuild:
Expand All @@ -18,10 +16,10 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.7.2'
version: '6.8.0'
modules: 'qtcharts qtmultimedia qt5compat qtshadertools'
arch: 'win64_mingw'
tools: 'tools_mingw90'
tools: 'tools_mingw1310'
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit c7c6ae8

Please sign in to comment.