This commit is contained in:
Xphalnos 2024-05-08 12:30:00 +02:00
parent ca23bfb2c9
commit 48c5f83d00
3 changed files with 5 additions and 5 deletions

View file

@ -19,9 +19,9 @@ jobs:
- name: Install
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main'
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main'
sudo apt update
sudo apt install clang-format-18
sudo apt install clang-format-17
- name: Build
env:
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}

View file

@ -12,7 +12,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
CLANG_VER: 18
CLANG_VER: 17
jobs:
build:
@ -41,7 +41,7 @@ jobs:
version: 6.7.0
host: linux
target: desktop
#arch: clang++-18
#arch: clang++-17
dir: ${{ runner.temp }}
#modules: qtcharts qt3d
setup-python: false

View file

@ -13,7 +13,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
CLANG_VER: 18
CLANG_VER: 17
jobs:
build: