diff --git a/.github/workflows/test-action-linux-gh.yml b/.github/workflows/test-action-linux-gh.yml index 29a2233d1f7..8e4aa734666 100644 --- a/.github/workflows/test-action-linux-gh.yml +++ b/.github/workflows/test-action-linux-gh.yml @@ -167,7 +167,7 @@ jobs: - name: Install System Dependencies run: | - brew install tree + echo true - name: Download nox.linux.${{ inputs.arch }}.tar.* artifact for session ${{ inputs.nox-session }} uses: actions/download-artifact@v4 diff --git a/.github/workflows/test-action-windows-gh.yml b/.github/workflows/test-action-windows-gh.yml index 6e49e6b9dfa..9c9d6ed6228 100644 --- a/.github/workflows/test-action-windows-gh.yml +++ b/.github/workflows/test-action-windows-gh.yml @@ -160,7 +160,7 @@ jobs: - name: Install System Dependencies run: | - brew install tree + echo true - name: Download nox.linux.${{ inputs.arch }}.tar.* artifact for session ${{ inputs.nox-session }} uses: actions/download-artifact@v4