Skip to content

Commit

Permalink
Actions: Update Qt and Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Dec 3, 2023
1 parent b00a680 commit daed0fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-starpp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Qt (custom build)
uses: oblivioncth/actions/general/install-and-cache-qt-from-ffynnon@dev
with:
version: 6.4.2
version: 6.6.0
os: linux
compiler: ${{ matrix.qt_comp }}
linkage: ${{ matrix.lib_linkage }}
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Install Doxygen
uses: oblivioncth/actions/ubuntu/install-doxygen-from-sourceforge@dev
with:
version: 1.9.4
version: 1.9.8
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Install Ninja
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-starpp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Qt (custom build)
uses: oblivioncth/actions/general/install-and-cache-qt-from-ffynnon@dev
with:
version: 6.4.2
version: 6.6.0
os: windows
compiler: msvc2022
linkage: ${{ matrix.lib_linkage }}
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Install Doxygen
uses: oblivioncth/actions/general/cache-and-install-doxygen-from-ffynnon@dev
with:
version: 1.9.4
version: 1.9.8
os: windows
credentials: ${{ secrets.qt_ffynnon_cred }}
- name: Install Graphviz
Expand Down

0 comments on commit daed0fb

Please sign in to comment.