Skip to content

Commit

Permalink
Removed Firefox global uses / echo
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed Feb 29, 2024
1 parent 5b4175f commit 78937c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
node-version: ['20.x', '21.x']
steps:
- uses: actions/checkout@v4
- uses: browser-actions/setup-firefox@v1

# libEGL
- name: Install libEGL dependency
Expand All @@ -22,9 +21,6 @@ jobs:
uses: browser-actions/setup-firefox@v1
with:
firefox-version: ${{ matrix.firefox-version }}
- run: |
echo Install Firefox browser: ${{ steps.setup-firefox.outputs.firefox-version }}
${{ steps.setup-firefox.outputs.firefox-path }} --version

# Node.js environment
- name: Setup Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 78937c7

Please sign in to comment.