diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f59fa3..ab35422 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: uses: browser-actions/setup-firefox@latest with: firefox-version: ${{ matrix.firefox }} - - name: Install nss by homebrew + - name: Install nss via homebrew if: ${{ matrix.os == 'macos' }} run: brew install nss - name: Run tests