Skip to content

Commit

Permalink
Another try.
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold committed Nov 8, 2024
1 parent ce12384 commit 3196b43
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ jobs:
uses: actions/checkout@v3

- name: cat header
continue-on-error: true
run: |
cat /usr/include/dirent.h
cat /usr/include/sys/dirent.h
- name: cat header 2
continue-on-error: true
run: |
cat /usr/include/dirent.h
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 3196b43

Please sign in to comment.