Skip to content

Commit ffa56bf

Browse files
Merge pull request #2 from jwunderl/patch-1
Fix bug from previous release
2 parents 0e3adfc + b3a49a6 commit ffa56bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cfg-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- name: npm install
19-
run: npm install -g pxt
19+
run: |
20+
npm install -g pxt
21+
pxt target arcade
2022
- name: Checkout current state
2123
run: |
2224
git checkout -- .

0 commit comments

Comments
 (0)