Skip to content

Commit

Permalink
another try...
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent 6db4c46 commit c9fe1b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ runs:
echo "EXEFILE=${{ inputs.target }}" >> $GITHUB_ENV
fi
shell: "${{ env.USESHELL }}"



shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}

# - name: Generate executable (*nix)
# if: runner.os != 'Windows'
Expand Down

0 comments on commit c9fe1b0

Please sign in to comment.