From 29f565b115423930720fd5cb800d0a603f431a68 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 6 Feb 2024 22:26:09 -0600 Subject: [PATCH] typo again --- .forgejo/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index d93863f..1a2c944 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -36,7 +36,7 @@ jobs: - image: docker.io/asonix/rust-builder:latest-linux-arm32v7 target: armv7-unknown-linux-musleabihf - image: docker.io/asonix/rust-builder:latest-linux-arm64v8 - target: aarch64-unkown-linux-musl + target: aarch64-unknown-linux-musl runs-on: docker container: image: ${{ matrix.image }}