From 7c3e6fe63cb37e60502d0c24a9dd76c0ce7afe6e Mon Sep 17 00:00:00 2001 From: DecDuck Date: Wed, 2 Jul 2025 13:47:08 +1000 Subject: [PATCH] fix: add target setup --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b3589cf..e4f5434 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -106,6 +106,7 @@ jobs: options: "--user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build" run: |- rustup default nightly && + rustup target add ${{ matrix.settings.target }} && ${{ matrix.settings.build }} - name: Build run: ${{ matrix.settings.build }}