Skip to content

Commit c527ab4

Browse files
committed
fix up
1 parent c0b57a8 commit c527ab4

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/makecode.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- name: npm install makecode@0.34.5
3535
run: |
3636
npm install -g makecode@0.34.5
37-
- name: build js
37+
- name: build hex file
3838
run: |
39-
makecode --java-script
40-
- name: build hardware N3
41-
run: |
42-
makecode --hw N3
39+
makecode

0 commit comments

Comments
 (0)