Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 16, 2024
1 parent fedad3d commit 684afd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ runs:
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
run: |
pwd
if [ -n "${{ inputs.compiler }}" ]; then
echo "With compiler"
CI/dependencies/setup.sh -c "${{ inputs.compiler }}"
else
echo "Without compiler"
CI/dependencies/setup.sh
fi

0 comments on commit 684afd5

Please sign in to comment.