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:
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user