diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index e8b1cbe826..77cd10bb6b 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -124,8 +124,8 @@ jobs: with: ref: ${{ inputs.staging_tag || github.ref_name }} - - name: Install macFUSE headers - run: brew install --cask macfuse + - name: Install FUSE-T + run: brew install --cask fuse-t - uses: pnpm/action-setup@v4 with: