Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
micooz committed Mar 26, 2022
1 parent 1abca71 commit b406447
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install dependencies for web gui
- name: Install dependencies for bp-web
uses: bahmutov/npm-install@v1
with:
working-directory: bp-web

- name: Build bp-web
run: |
cd bp-web
npm run build
- name: Install cross
run: cargo install cross

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install dependencies for web gui
- name: Install dependencies for bp-web
uses: bahmutov/npm-install@v1
with:
working-directory: bp-web
Expand Down

0 comments on commit b406447

Please sign in to comment.