Skip to content

Commit

Permalink
Fixed missing shell for rm command (#8122)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Aug 29, 2024
2 parents 74e6ad3 + ae96c3c commit ee189bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Setup npm
uses: actions/setup-node@v4
- name: Build npm
shell: bash
run: |
cd src/tribler/ui/
npm install
Expand Down

0 comments on commit ee189bc

Please sign in to comment.