add missing quote
Some checks failed
Continuous integration / build (push) Has been cancelled
Continuous integration / Check (push) Has been cancelled

This commit is contained in:
Eau
2026-03-18 00:19:54 -05:00
parent ff019ae857
commit bd8945ccd8

View File

@@ -24,4 +24,4 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
- run: cargo build --target "${{ env.TARGET_PLATFORM }}
- run: cargo build --target "${{ env.TARGET_PLATFORM }}"