Skip to content

Update to latest nightly, cargo dep update and remove workflow hacks #803

Update to latest nightly, cargo dep update and remove workflow hacks

Update to latest nightly, cargo dep update and remove workflow hacks #803

Workflow file for this run

name: Rust
on:
# triggers when a PR is posted
pull_request:
branches:
- "*"
paths-ignore:
- "**.md"
- "**.plantuml"
- "**.svg"
# triggers when a PR is merged
push:
branches: [develop]
paths-ignore:
- "**.md"
- "**.plantuml"
- "**.svg"
jobs:
build:
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- run: cargo install cargo-deny --locked
- run: cargo install cargo-make --locked
- run: make build