fix: target
Some checks failed
Build / lint (push) Failing after 5m37s
Lint / lint (push) Failing after 5m11s

This commit is contained in:
2025-06-02 17:26:42 +09:00
parent 0e62d21c75
commit 1bc3f7d165
7 changed files with 10 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
targets: x86_64-unknown-uefi
target: x86_64-unknown-uefi
- name: Build
run: cargo build --release
- name: Release