Skip to content

Commit

Permalink
Add required shell property
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Jan 5, 2022
1 parent ddfede4 commit b956c3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-build/action.yml
Expand Up @@ -25,10 +25,8 @@ runs:
name: (Windows) Platform config
run: |
echo "CABAL_PKGS_DIR=C:\\cabal\\packages" >> $GITHUB_ENV
<<<<<<< HEAD
shell: bash
=======
>>>>>>> ce57b1dc (Extract out ci build setup)

- if: ( inputs.os == 'Linux' ) || ( inputs.os == 'macOS' )
name: (Linux,macOS) Platform config
run: |
Expand Down

0 comments on commit b956c3b

Please sign in to comment.