Skip to content

fix build variant remove_dir_all and use crate::common::fs #243

fix build variant remove_dir_all and use crate::common::fs

fix build variant remove_dir_all and use crate::common::fs #243

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
- run: cargo install cargo-make
- run: make build