mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-16 04:42:53 +08:00
Fix nightly
This commit is contained in:
parent
0eca9d6175
commit
0333829478
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
@ -25,6 +25,12 @@ jobs:
|
|||||||
qt_version: "6.7.3"
|
qt_version: "6.7.3"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies on Ubuntu
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
run: |
|
||||||
|
sudo apt update -qq
|
||||||
|
sudo apt install -y clazy
|
||||||
|
|
||||||
- name: Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion
|
- name: Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
@ -38,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure project
|
- name: Configure project
|
||||||
run: >
|
run: >
|
||||||
cmake -S . -B ./build -G Ninja ${{ matrix.config.cmake_arg }}
|
cmake -S QXlsx -B ./build -G Ninja ${{ matrix.config.cmake_arg }}
|
||||||
-DCMAKE_BUILD_TYPE=Debug
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
--warn-uninitialized -Werror=dev
|
--warn-uninitialized -Werror=dev
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user