We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1da5a2 commit b93f892Copy full SHA for b93f892
2 files changed
.github/workflows/documentation.yml
@@ -58,7 +58,7 @@ jobs:
58
run: cmake --build ./build --target docs
59
60
- name: Upload artifact
61
- uses: actions/upload-pages-artifact@v7
+ uses: actions/upload-pages-artifact@v5
62
with:
63
path: build/docs/html/
64
.github/workflows/nightly.yml
@@ -29,7 +29,7 @@ jobs:
29
if: runner.os == 'Linux'
30
run: |
31
sudo apt update -qq
32
- sudo apt install -y clazy clang-18 clang++-18 doxygen graphviz postgresql-server-dev-16 clang-tidy-18 unixodbc-dev libsqlite3-dev libc++-dev libc++abi-dev
+ sudo apt install -y clazy clang-18 doxygen graphviz postgresql-server-dev-16 clang-tidy-18 unixodbc-dev libsqlite3-dev libc++-dev libc++abi-dev
33
34
- name: Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion
35
uses: jurplel/install-qt-action@v4
0 commit comments