Skip to content

Bump davidB/rust-cargo-make from 1.9.0 to 1.10.0 (#50) #134

Bump davidB/rust-cargo-make from 1.9.0 to 1.10.0 (#50)

Bump davidB/rust-cargo-make from 1.9.0 to 1.10.0 (#50) #134

Workflow file for this run

name: Build
on:
push:
branches-ignore:
# Ignore Dependabot branches because it will also open a pull request, which would cause the
# workflow to redundantly run twice
- dependabot/**
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
env:
# Enable colored terminal output, see https://doc.rust-lang.org/cargo/reference/config.html#termcolor
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
name: Build (${{ matrix.os }})
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install cargo-make
uses: davidB/rust-cargo-make@b23e588bc82d020c75f58c4acbc563fb2cd064fc
with:
version: '0.37.2'
- name: Build
run: cargo make