Skip to content

Commit

Permalink
WIP check sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 18, 2020
1 parent 0b2c7d2 commit ee1816d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -74,6 +74,10 @@ jobs:
if: matrix.xcode
run: |
sudo xcode-select --switch /Applications/${{ matrix.xcode }}.app
- name: Check SDKs
if: matrix.xcode
run: |
ls /Applications/Xcode-11.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ || ls /Applications/Xcode-11.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ || /Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ || /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ || true
- name: Install Ubuntu packages
if: startsWith(matrix.os, 'ubuntu')
# libfmt-dev >= 5 is needed, which is in Ubuntu disco
Expand Down

0 comments on commit ee1816d

Please sign in to comment.