Skip to content

Commit

Permalink
Upload stdio.h from OSX for parser debuggig
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jul 25, 2024
1 parent c0c0a4f commit 885dc08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ jobs:
with:
name: ${{ matrix.os }}-${{ matrix.ocaml-version }}
path: _build/default/test/cil.log

- name: Upload test log
uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ matrix.os }}-${{ matrix.ocaml-version }}-stdio
path: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/stdio.h

0 comments on commit 885dc08

Please sign in to comment.