Skip to content

Commit

Permalink
CLDR-17202 kbd: move kmc from alpha to beta
Browse files Browse the repository at this point in the history
- use a later kmc version that support current api (this will change again)
  • Loading branch information
srl295 committed Mar 12, 2024
1 parent 7859f93 commit b3d885a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keyboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-nodekbd-
nodekbd-
- name: Install kmc
run: npm install -g @keymanapp/kmc@alpha
run: npm install -g @keymanapp/kmc@beta
- name: Compile Keyboards
run: kmc --error-reporting build keyboards/3.0/*.xml
- name: Run Kbd Charts
Expand Down

0 comments on commit b3d885a

Please sign in to comment.