Skip to content

Commit

Permalink
a bit more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 6, 2024
1 parent 7fac38e commit 62ceb2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
export version=$(basename $GITHUB_ACTION_PATH | tail -c +2)
wget -q https://github.com/Kleidukos/get-tested/releases/download/v${version}/get-tested-${version}-linux-amd64 -O get-tested
chmod +x get-tested
file ./get-tested
echo "::debug:: Windows enabled: ${{ inputs.windows }}"
if [[ ${{ inputs.windows}} = "true" ]]
Expand All @@ -50,6 +51,7 @@ runs:
if [[ ${{ inputs.ubuntu}} = "true" ]]
then echo "UBUNTU=--ubuntu" >> $GITHUB_ENV
fi
- name: Extract the tested GHC versions
id: set-matrix
shell: bash
Expand Down

0 comments on commit 62ceb2e

Please sign in to comment.