diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index eb9d5f8..ab15b1b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -51,7 +51,7 @@ jobs: toolchain: ${{ matrix.rust }} target: ${{ matrix.job.target }} - name: Install cross - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cross - name: Build release binary