Skip to content

Commit 793a618

Browse files
Fixed - missing env var.
1 parent 728ac01 commit 793a618

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Run MicroPython build container
4343
run: |
4444
docker run --rm \
45+
-e PROJECT_DIR:/project \
4546
-e PORT="${{vars.PORT}}" \
4647
-e BOARD="${{vars.BOARD}}" \
4748
-e FREEZE_MAIN="${{vars.FREEZE_MAIN}}" \

0 commit comments

Comments
 (0)