Skip to content

Commit

Permalink
build: add missing shell property
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7061 committed Sep 26, 2024
1 parent 786ef9a commit ea29945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/capacitor-setup-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ runs:
~/.android/adb*
key: avd-29
- name: Npm Install
shell: bash
run: npm i
1 change: 1 addition & 0 deletions .github/actions/capacitor-setup-web/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ runs:
node_modules
key: node-modules
- name: Npm Install
shell: bash
run: npm i

0 comments on commit ea29945

Please sign in to comment.