Skip to content

Commit

Permalink
list isystem
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Feb 9, 2025
1 parent 1e7f518 commit e4a114e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/reassemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod -R +x llvm/bin

- if: ${{ runner.os == 'Windows' }}
run: |
ls C:/msys64
ls C:/msys64/clang64
ls C:/msys64/clang64/include
- if: ${{ runner.os != 'Windows' }}
run: |
ls /usr/include
- name: Set path for LLVM binaries in env
shell: bash
run: |
Expand Down

0 comments on commit e4a114e

Please sign in to comment.