Skip to content

Commit 229bda9

Browse files
committed
Another try.
1 parent 3196b43 commit 229bda9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ jobs:
1919
- name: cat header
2020
continue-on-error: true
2121
run: |
22-
cat /usr/include/sys/dirent.h
22+
cat /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/dirent.h
2323
2424
- name: cat header 2
2525
continue-on-error: true
2626
run: |
27-
cat /usr/include/dirent.h
27+
cat /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dirent.h
28+
29+
2830
2931
3032
- name: Setup .NET

0 commit comments

Comments
 (0)