Skip to content

Commit 3196b43

Browse files
committed
Another try.
1 parent ce12384 commit 3196b43

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: cat header
20+
continue-on-error: true
2021
run: |
21-
cat /usr/include/dirent.h
2222
cat /usr/include/sys/dirent.h
2323
24+
- name: cat header 2
25+
continue-on-error: true
26+
run: |
27+
cat /usr/include/dirent.h
28+
29+
2430
- name: Setup .NET
2531
uses: actions/setup-dotnet@v3
2632
with:

0 commit comments

Comments
 (0)