Skip to content

Update build.yml to remove release flag #2

Update build.yml to remove release flag

Update build.yml to remove release flag #2

Workflow file for this run

name: Build
on: [push]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build