Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 3, 2023
1 parent 7649f58 commit fa3610a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_armv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build debug strings
if: ${{ inputs.debug-flag }}
run: echo "DEBUG=1" >> $GITHUB_ENV
run: echo "DEBUG=DEBUG\=1" >> $GITHUB_ENV

- name: Compile
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_armv8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build debug strings
if: ${{ inputs.debug-flag }}
run: echo "debug_flag_compile=DEBUG\=1" >> $GITHUB_ENV
run: echo "DEBUG=DEBUG\=1" >> $GITHUB_ENV

- name: Compile
run: |
Expand Down

0 comments on commit fa3610a

Please sign in to comment.