We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea58e2e commit b6219d9Copy full SHA for b6219d9
‎.github/workflows/main.yml‎
@@ -41,14 +41,14 @@ jobs:
41
with:
42
python-version: ${{ matrix.python-version }}
43
44
- - name: Setup Firefox ${{ matrix.firefox }}
+ - name: Setup Firefox ${{ matrix.nss-source }}
45
if: |
46
startsWith(matrix.nss-source, 'latest') && (
47
matrix.os == 'ubuntu' || matrix.os == 'windows'
48
)
49
uses: browser-actions/setup-firefox@latest
50
51
- firefox-version: ${{ matrix.firefox }}
+ firefox-version: ${{ matrix.nss-source }}
52
53
- name: Install nss via homebrew
54
0 commit comments