👷 Typo in Firefox version specification

This commit is contained in:
Renato Alves
2025-11-13 20:19:32 +01:00
parent ea58e2ea7f
commit b6219d9bf2

View File

@@ -41,14 +41,14 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Setup Firefox ${{ matrix.firefox }} - name: Setup Firefox ${{ matrix.nss-source }}
if: | if: |
startsWith(matrix.nss-source, 'latest') && ( startsWith(matrix.nss-source, 'latest') && (
matrix.os == 'ubuntu' || matrix.os == 'windows' matrix.os == 'ubuntu' || matrix.os == 'windows'
) )
uses: browser-actions/setup-firefox@latest uses: browser-actions/setup-firefox@latest
with: with:
firefox-version: ${{ matrix.firefox }} firefox-version: ${{ matrix.nss-source }}
- name: Install nss via homebrew - name: Install nss via homebrew
if: | if: |