Fix CI errors

This commit is contained in:
c-bata
2024-03-22 19:44:00 +09:00
parent fa45d6bdb9
commit d2a135d474
8 changed files with 28 additions and 13 deletions
@@ -51,6 +51,9 @@ jobs:
working-directory: rustlib
run: wasm-pack build --target web
- name: Build tslib
run: make tslib
- name: Build standalone_app
working-directory: standalone_app
run: |
+2
View File
@@ -33,6 +33,8 @@ jobs:
- name: Build rustlib
working-directory: rustlib
run: wasm-pack build --target web
- name: Build tslib
run: make tslib
- name: Build standalone_app
working-directory: standalone_app
run: |