Skip to content

Commit

Permalink
rust.yml renamed to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thatzok committed May 2, 2024
1 parent 3535fa2 commit 477d818
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Build

on:
push:
Expand All @@ -17,7 +17,8 @@ jobs:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu]

archive: zip

steps:
- uses: actions/checkout@v4
- name: Install libudev-dev
Expand Down

0 comments on commit 477d818

Please sign in to comment.