Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 15, 2024
1 parent 60f44ad commit debb3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: ["opensuse/tumbleweed:latest"] # "opensuse/tumbleweed:latest" / "fedora:latest" / "debian:unstable" / "archlinux:latest"

runs-on: ubuntu-22.04
if: ${{ github.repository_owner == 'danmar' }}
if: false

container:
image: ${{ matrix.image }}
Expand Down Expand Up @@ -123,7 +123,6 @@ jobs:
clang-include-cleaner:

runs-on: ubuntu-22.04
if: false

env:
QT_VERSION: 5.15.2
Expand Down Expand Up @@ -152,6 +151,7 @@ jobs:
version: ${{ env.QT_VERSION }}
modules: 'qtcharts'
cache: true
install-deps: false

- name: Prepare CMake
run: |
Expand Down

0 comments on commit debb3de

Please sign in to comment.