Skip to content

Commit

Permalink
fix(github): shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Nov 13, 2024
1 parent 996c801 commit c4c1300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ runs:

steps:
- name: Install
shell: sh
shell: bash
run: |
source .env && export NODE_OPTIONS && yarn install --inline-builds

0 comments on commit c4c1300

Please sign in to comment.