mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
👷 Typo in Firefox version specification
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -41,14 +41,14 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Setup Firefox ${{ matrix.firefox }}
|
||||
- name: Setup Firefox ${{ matrix.nss-source }}
|
||||
if: |
|
||||
startsWith(matrix.nss-source, 'latest') && (
|
||||
matrix.os == 'ubuntu' || matrix.os == 'windows'
|
||||
)
|
||||
uses: browser-actions/setup-firefox@latest
|
||||
with:
|
||||
firefox-version: ${{ matrix.firefox }}
|
||||
firefox-version: ${{ matrix.nss-source }}
|
||||
|
||||
- name: Install nss via homebrew
|
||||
if: |
|
||||
|
||||
Reference in New Issue
Block a user