Skip to content

Commit

Permalink
WIP no ||
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 18, 2020
1 parent 76526ee commit 85770f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
- 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
ls /Applications/Xcode-*.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX*.sdk/
- 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 85770f2

Please sign in to comment.