Skip to content

Commit 0ed7e9f

Browse files
authored
update
1 parent 67ba7df commit 0ed7e9f

File tree

3 files changed

+5029
-1
lines changed

3 files changed

+5029
-1
lines changed

.github/workflows/auto_bsp.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 20
19-
- run: npm run build_bsp
19+
- run: |
20+
npm ci
21+
npm run build_bsp
2022
2123
- name: Commit Changes
2224
run: |

0 commit comments

Comments
 (0)