Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Jan 28, 2025
1 parent 5649622 commit 32e185f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: Compile
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
make clean all
- name: Define target name
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:

- name: Compile
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
make clean all IOPCORE_DEBUG=1
- name: Define target name
Expand Down Expand Up @@ -101,6 +103,7 @@ jobs:

- name: Compile
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
make clean all EESIO_DEBUG=1
- name: Define target name
Expand Down Expand Up @@ -139,6 +142,7 @@ jobs:

- name: Compile
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
make clean all IOPCORE_DEBUG=1 EESIO_DEBUG=1
- name: Define target name
Expand Down

0 comments on commit 32e185f

Please sign in to comment.