Skip to content

Commit 430f8d8

Browse files
testing fix for espruino#2609 setting workflow builds back to RELEASE from DEBUG
1 parent bfab9b4 commit 430f8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: make ${{ matrix.board }}
166166
env:
167167
TRAVIS: 1
168-
DEBUG: 1
168+
RELEASE: 1
169169
BOARD: ${{ matrix.board }}
170170
UPLOADTOKEN: ${{ secrets.UPLOADTOKEN }}
171171
run: |

0 commit comments

Comments
 (0)