From bd8945ccd8359576f6be503c01817e2dbf232e4b Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Wed, 18 Mar 2026 00:19:54 -0500 Subject: [PATCH] add missing quote --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ac47d0d..196e6e3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 }} \ No newline at end of file + - run: cargo build --target "${{ env.TARGET_PLATFORM }}" \ No newline at end of file