Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: install binary in gh action #15

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

dbejarano820
Copy link
Contributor

Installing binary in action in order to use over at Madara workflow

.github/actions/action.yml Show resolved Hide resolved
@@ -10,7 +10,9 @@ inputs:
runs:
using: "composite"
steps:
- run: cargo build --release
- run: wget https://github.com/keep-starknet-strange/gomu-gomu-no-gatling/releases/download/v0.0.2-1-alpha/x86_64-unknown-linux-gnu-gatling -O gatling
shell: bash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to specify the shell (this also applies to the other cases)?

Copy link
Contributor Author

@dbejarano820 dbejarano820 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in my head it was a standard, prob not then

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's remove it. It only makes sense to add it if we are using windows images and we want to use bash instead of powershell

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@d-roak d-roak merged commit 5f25546 into keep-starknet-strange:main Sep 22, 2023
3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants