diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 67221b4..c2a06ea 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,6 +22,7 @@ jobs: - uses: actions/checkout@v4 - run: which brew + if: ${{ matrix.platform.os == 'macos-latest' }} - run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh