-
I am having troubles getting the setup-hayagriva GH action to work. I'm not quite sure what the issue is. Any guidance is appreciated. FYI, I am relatively new to GH actions. I essentially forked this repo https://github.com/mintyfrankie/brilliant-CV and extended the workflow to use I am using the following in
But I am getting the following error during the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think it's the - id: setup-hayagriva
uses: ./setup-hayagriva
with: ${{ inputs }} it works when tested in CI since we actually do have a ./setup-hayagriva proxy but it doesn't when you use it from another repo. currently there are TWO SEPARATE STEPS: 1) to install cargo-binstall, 2) to run To fix this I think instead of doing @agerlach this isn't your fault! It's mine for not properly testing outside of this demo repo. The test-action.yml does the |
Beta Was this translation helpful? Give feedback.
-
should be fixed now! https://github.com/typst-community/setup-hayagriva/releases/tag/v1.0.2 (you can just use |
Beta Was this translation helpful? Give feedback.
should be fixed now! https://github.com/typst-community/setup-hayagriva/releases/tag/v1.0.2 (you can just use
@v1
which targets the latestv1.x.y
tag) let me know if it works or doesn't work 😊👍