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 191b53f commit 996c801
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ runs:

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

0 comments on commit 996c801

Please sign in to comment.