diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7476c4644..f3e06f461 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -35,6 +35,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Install target + run: rustup target add ${{ matrix.target }} + - name: Cache uses: Swatinem/rust-cache@v2 with: