Skip to content

Commit 1dea73b

Browse files
olszomalmtrojnar
authored andcommitted
Install [email protected] on macOS required for the Github Actions CI
1 parent b661ed0 commit 1dea73b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
brew install [email protected]
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)

0 commit comments

Comments
 (0)