Skip to content

Commit

Permalink
oh damn
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 12, 2024
1 parent 64a98b1 commit 0b0cfbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/cross-compile-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ runs:
steps:
- name: Configure G4
run: cmake --preset=cross .
shell: bash
working-directory: ${{ env.DEFAULT_DIRECTORY }}

- name: Format
run: cmake --build ./build-cross --target ${{ env.TARGET }}-format-ci
shell: bash
working-directory: ${{ env.DEFAULT_DIRECTORY }}

- name: Build g4
run: cmake --build --preset=${{ env.TARGET }}
shell: bash
working-directory: ${{ env.DEFAULT_DIRECTORY }}

- name: Lint
run: cmake --build ./build-cross --target ${{ env.TARGET }}-lint
shell: bash
working-directory: ${{ env.DEFAULT_DIRECTORY }}

0 comments on commit 0b0cfbb

Please sign in to comment.