Skip to content

ci: restrict cargo-deny-action to Linux runners - #7

Merged
weby-homelab merged 1 commit into
mainfrom
fix/cargo-deny-os-restriction
Jul 2, 2026
Merged

ci: restrict cargo-deny-action to Linux runners#7
weby-homelab merged 1 commit into
mainfrom
fix/cargo-deny-os-restriction

Conversation

@weby-homelab

Copy link
Copy Markdown
Owner

Closes #6

EmbarkStudios/cargo-deny-action@v2 is a container-based action and only supports Linux runners. This change adds if: runner.os == 'Linux' to the cargo-deny step so the cross-platform matrix passes on macOS and Windows.

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@weby-homelab
weby-homelab merged commit 4081e54 into main Jul 2, 2026
3 of 4 checks passed
@weby-homelab
weby-homelab deleted the fix/cargo-deny-os-restriction branch July 2, 2026 11:59
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.

ci: cargo-deny-action fails on macOS and Windows runners

1 participant