Skip to content

Commit

Permalink
didn't do the workflow right
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Mar 7, 2024
1 parent 5f09c12 commit 6bd9fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross-compile-special-sensors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: Configure
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true

- name: Build all STM32G4 applications
run: cmake --build --preset=${{ matrix.target }} --target ${{ matrix.target }}-images ${{ matrix.target }}-applications
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: Configure
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true

- name: Format
run: cmake --build ./build-cross --target format-ci
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: Configure
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true

- name: Format
run: cmake --build ./build-cross --target ${{ matrix.target }}-lint

0 comments on commit 6bd9fc7

Please sign in to comment.