Skip to content

Commit 1631147

Browse files
committed
Only run the chromium initialization on linux for now
1 parent 228b03a commit 1631147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

render/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ runs:
1717
#
1818
# chromium is installed in the ubuntu 21 runners in GHA, so no need to install it
1919
- name: 'Check Chromium'
20+
if: ${{ runner.os == 'Linux' }}
2021
run: |
2122
echo $(which chromium-browser)
2223
$(which chromium-browser) --headless https://www.chromestatus.com

0 commit comments

Comments
 (0)