File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,11 @@ jobs:
107107 sudo apt-get update
108108 sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime
109109
110+ - name : Install brew dependencies (macOS)
111+ if : runner.os == 'macOS'
112+ run : |
113+ 114+
110115 - name : Install Xcode (macOS)
111116 if : runner.os == 'macOS'
112117 uses : maxim-lobanov/setup-xcode@v1
@@ -140,8 +145,8 @@ jobs:
140145 working-directory : ${{github.workspace}}/build
141146 if : runner.os == 'macOS'
142147 run : |
143- python3 --version
144- python3 ./Testing/server_http.py --port 19254
148+ python3.8 --version
149+ python3.8 ./Testing/server_http.py --port 19254
145150 while test ! -s ./Testing/logs/port.log; do sleep 1; done
146151
147152 - name : Start HTTP server (Windows)
You can’t perform that action at this time.
0 commit comments