Skip to content

Commit c527ab4

Browse files
committed
fix up
1 parent c0b57a8 commit c527ab4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.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 [email protected]
3535
run: |
3636
npm install -g [email protected]
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)