We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f5a0c commit 3fd3e36Copy full SHA for 3fd3e36
1 file changed
.github/workflows/test.yml
@@ -115,13 +115,6 @@ jobs:
115
unzip edgedriver_mac64_m1.zip -d $RUNNER_TEMP/edgedriver
116
echo "$RUNNER_TEMP/edgedriver" >> $GITHUB_PATH
117
118
- # No longer pre-installed on macOS github action runners
119
- - name: Install Firefox on macOS
120
- if: ${{ matrix.os == 'macos' && contains(matrix.needs, 'firefox') }}
121
- run: |
122
- brew install --cask firefox
123
- brew install geckodriver
124
-
125
- uses: actions/checkout@v4
126
127
- name: Restore Clojure deps from cache
0 commit comments