mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Fix CI errors
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user