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

running actions in act required install of cmake #14

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

paulfdietrich
Copy link

This action works fine on github runners, but when I run locally with https://nektosact.com/ it was missing cmake.

@fabiobaltieri
Copy link
Member

Hey thanks, could you reword the commit message following https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-message-guidelines? (ignore the "area:" prefix)

@fabiobaltieri
Copy link
Member

Hey thanks, could you reword the commit message following https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-message-guidelines? (ignore the "area:" prefix)

^^ this is still relevant

Looks like we need requests before west finish installing dependencies
@@ -62,6 +63,7 @@ runs:
run: |
west init -l ${{ inputs.app-path }} --mf ${{ inputs.manifest-file-name }}
west update -o=--depth=1 -n
west blobs fetch
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this should be done by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants