Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container:
image: docker://jgeudens/qt-linux:6.8.3_build_1
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v7.0.0

- name: Configure safe directory for git
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v7.0.0

- name: Install Qt installer
run: pip3 install aqtinstall==3.3.0
Expand Down