aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-02-16 11:36:08 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-02-18 13:54:47 +0000
commit313a6e92740c9588c612ddc03115eab1d4d68ac9 (patch)
treec3438b5283222fe668395c0231bb673aad805500 /.github
parent61d53b74c9e81de69254d6a8bbaf56fcb1bd1e5f (diff)
CI: Don't run xcode-select.
Changing the developer directory shouldn't be necessary after the include path fixups in 270c8ed746.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index e15f29f3cc..2808e0a6f2 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -29,10 +29,6 @@ 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 ..