Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 6, 2024
1 parent 59c71c2 commit bee6741
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ runs:
then echo "UBUNTU=--ubuntu" >> $GITHUB_ENV
fi
if [[ -z ${{ env.WINDOWS }} && -z ${{ env.MACOS }} && -z ${{ env.UBUNTU }} ]]
then echo "All three supported OS inputs are unset, you have to pick one at least!" ; exit 1
./get-tested ${{ env.WINDOWS }} ${{ env.MACOS }} ${{ env.UBUNTU }} ${{ inputs.cabal-file }} >> $GITHUB_OUTPUT
branding:
Expand Down

0 comments on commit bee6741

Please sign in to comment.