From 2ef9517199da7c9992150fc1366a52baa5aa0afc Mon Sep 17 00:00:00 2001 From: Ryan howard Date: Wed, 10 Apr 2024 12:54:50 -0400 Subject: [PATCH] use the other preset in the test gitub workflow --- .github/workflows/cross-compile-special-sensors.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cross-compile-special-sensors.yaml b/.github/workflows/cross-compile-special-sensors.yaml index f4ab712f2..a978939ed 100644 --- a/.github/workflows/cross-compile-special-sensors.yaml +++ b/.github/workflows/cross-compile-special-sensors.yaml @@ -47,10 +47,10 @@ jobs: cache-version: ${{ secrets.CACHE_VERSION }} - name: Configure - run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true + run: cmake --preset=cross-sensor-buffer . - name: Build all STM32G4 applications - run: cmake --build --preset=${{ matrix.target }} --target ${{ matrix.target }}-images ${{ matrix.target }}-applications + run: cmake --build ./build-cross-sensor --target ${{ matrix.target }}-images ${{ matrix.target }}-applications format: runs-on: "ubuntu-20.04" @@ -76,10 +76,10 @@ jobs: cache-version: ${{ secrets.CACHE_VERSION }} - name: Configure - run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true + run: cmake --preset=cross-sensor-buffer . - name: Format - run: cmake --build ./build-cross --target format-ci + run: cmake --build ./build-cross-sensor --target format-ci lint: runs-on: "ubuntu-20.04" @@ -110,7 +110,7 @@ jobs: cache-version: ${{ secrets.CACHE_VERSION }} - name: Configure - run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true + run: cmake --preset=cross-sensor-buffer . - name: Format - run: cmake --build ./build-cross --target ${{ matrix.target }}-lint + run: cmake --build ./build-cross-sensor --target ${{ matrix.target }}-lint