diff --git a/.github/workflows/gate.yaml b/.github/workflows/gate.yaml index ae9c31c36682..f25a1aa7f3c0 100644 --- a/.github/workflows/gate.yaml +++ b/.github/workflows/gate.yaml @@ -142,7 +142,7 @@ jobs: image: fedora:latest steps: - name: Install Deps - run: dnf install -y cmake make openscap-utils python3-pyyaml bats ansible python3-pip ShellCheck git gcc + run: dnf install -y cmake make openscap-utils python3-pyyaml bats ansible python3-pip ShellCheck git gcc gcc-c++ - name: Checkout uses: actions/checkout@v4 - name: Install deps python