Skip to content

Commit

Permalink
WIP: ci: disable cache to see if this helps the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Jul 22, 2022
1 parent c87e254 commit d9c9073
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,24 +195,25 @@ jobs:
run: >-
cmake
-D QT_DEFAULT_MAJOR_VERSION=${{ matrix.qt_version }}
-D SCCACHE=OFF
-D CMAKE_BUILD_TYPE=Release
-G Ninja
-S . -B build
working-directory: ${{ matrix.workspace }}
env:
RUSTC_WRAPPER: sccache
#RUSTC_WRAPPER: sccache
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
- name: "Build"
run: cmake --build build --config Release --parallel 2
working-directory: ${{ matrix.workspace }}
env:
RUSTC_WRAPPER: sccache
# env:
# RUSTC_WRAPPER: sccache
- name: "Test"
run: ctest ${{ matrix.ctest_args }} -C Release -T test --output-on-failure --parallel 2
working-directory: ${{ matrix.workspace }}/build
env:
RUSTC_WRAPPER: sccache
#RUSTC_WRAPPER: sccache
QT_QPA_PLATFORM: ${{ matrix.qt_qpa_platform }}
QT_SELECT: qt${{ matrix.qt_version }}

Expand Down

0 comments on commit d9c9073

Please sign in to comment.