Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed Apr 23, 2024
1 parent 1562ce9 commit 7e3c75f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
run: id; pwd; printf %s\\n "$SHELL"; printf %s\\n "$PATH"
continue-on-error: true

- name: Checkout
uses: actions/checkout@v4

- name: Run Make
run: |
make -j3 GCC='${{matrix.compiler.GCC}}' GXX='${{matrix.compiler.GXX}}' MARCH='${{matrix.options.MARCH}}'
Expand Down

0 comments on commit 7e3c75f

Please sign in to comment.