You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
How to reproduce:
Try to run CI.yml with GitHub runner
What should happen:
${{ steps.setup-haskell-stack.outputs.stack-root }}
is replaced by stack root created in setupWhat happens:
Build fails with
Error: Input required and not supplied: path
Additional info:
If I try to run
echo "${{ steps.setup-haskell-stack.outputs.stack-root }}"
, it prints empty stringThe text was updated successfully, but these errors were encountered: