aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-09-28 10:35:37 +0200
committerDario Lombardo <lomato@gmail.com>2020-09-30 17:59:20 +0000
commitdf7d1905eb3196c6f878ffda88d7aa40cc1fefb9 (patch)
tree8239f9b876bbd40d29cf662697f44b47c337f3c8 /.github
parent4105e65addad37ad786d199e3eff4a9979c3b7d3 (diff)
github: fix macOS build.
Use xcode from command line tools. See: https://www.wireshark.org/lists/wireshark-dev/202004/msg00065.html
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 5f7ac530c5..2df867a28f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -27,6 +27,10 @@ jobs:
run: gem install asciidoctor
- name: Mkdir
run: mkdir build
+ - name: Select xcode
+ run: |
+ sudo xcode-select --switch /Library/Developer/CommandLineTools
+ xcode-select --print-path
- name: Cmake
working-directory: build
run: cmake -GNinja ..