Skip to content

Commit ce12384

Browse files
committed
Another try.
1 parent 2db7995 commit ce12384

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
1818

19+
- name: cat header
20+
run: |
21+
cat /usr/include/dirent.h
22+
cat /usr/include/sys/dirent.h
23+
1924
- name: Setup .NET
2025
uses: actions/setup-dotnet@v3
2126
with:

0 commit comments

Comments
 (0)