File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ jobs:
139139 uses :
bazel-contrib/[email protected] 140140 with :
141141 bazelrc : common --color=yes
142+ - name : Setup curl for Ubuntu
143+ if : inputs.os == 'ubuntu'
144+ run : sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
142145 - name : Setup Fluxbox and Xvfb
143146 if : inputs.os == 'ubuntu' && inputs.browser != ''
144147 run : |
@@ -152,9 +155,6 @@ jobs:
152155 - name : Setup Safari
153156 if : inputs.browser == 'safari'
154157 run : sudo safaridriver --enable
155- - name : Setup curl for Ubuntu
156- if : inputs.os == 'ubuntu'
157- run : sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
158158 - name : Run Bazel
159159 run : ${{ inputs.run }}
160160 - name : Start SSH session
You can’t perform that action at this time.
0 commit comments