diff --git a/.github/workflows/cpp-ci-serial-programs.yml b/.github/workflows/cpp-ci-serial-programs.yml index bb1029aa5..1f4de4d97 100644 --- a/.github/workflows/cpp-ci-serial-programs.yml +++ b/.github/workflows/cpp-ci-serial-programs.yml @@ -46,15 +46,12 @@ jobs: with: version: ${{ matrix.qt_version }} modules: ${{ matrix.qt_modules }} - - name: Run cmake + - name: Generate binaries run: | cd Arduino-Source/SerialPrograms mkdir bin cd bin cmake .. -DQT_MAJOR:STRING=${{ matrix.qt_version_major }} - - name: Generate binaries - run: | - cd Arduino-Source/SerialPrograms/bin cmake --build . --config Release - name: Copy resources if: startsWith(matrix.os, 'windows')