We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce0d59 commit d085bf3Copy full SHA for d085bf3
1 file changed
.github/workflows/test_build.yaml
@@ -38,7 +38,7 @@ jobs:
38
arch: ${{ matrix.qt-config.arch }}
39
version: ${{ matrix.qt-config.version }}
40
modules: ${{ matrix.qt-config.modules }}
41
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
42
- id: make
43
name: Build with qmake and make
44
run: qmake && make -j$(nproc)
0 commit comments