Skip to content

Commit

Permalink
action.yml: fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Apr 24, 2024
1 parent 9a5729a commit 7db09fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runs:
node-version: '20.x'
- name: Install patchutils
run: sudo apt-get install -y patchutils
shell: bash
- id: npm
run: cd ${{ github.action_path }}; npm ci
shell: bash
Expand Down

0 comments on commit 7db09fe

Please sign in to comment.