diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a856e83..1ab854c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - - run: type brew + - run: which brew - run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh