Skip to content

Commit

Permalink
Fix CI docs/nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Nov 3, 2024
1 parent f9ecd7a commit c8da4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Dependencies on Linux
run: |
sudo apt update -qq
sudo apt install -y doxygen graphviz postgresql-server-dev-all
sudo apt install -y doxygen graphviz postgresql-server-dev-16
- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update -qq
sudo apt install -y clazy doxygen graphviz postgresql-server-dev-all
sudo apt install -y clazy doxygen graphviz postgresql-server-dev-16
- name: Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion
uses: jurplel/install-qt-action@v4
Expand Down

0 comments on commit c8da4d0

Please sign in to comment.