actions
Some checks failed
build / build (push) Failing after 8s

This commit is contained in:
2024-07-11 20:56:47 +02:00
parent a8f452ed51
commit ed2e1a4278

View File

@@ -0,0 +1,21 @@
name: build
on:
push:
branches:
- "main"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-2022
defaults:
run:
shell: "git bash"
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Install alsa and udev
run: dir