Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Feb 9, 2025
1 parent 0d4166e commit b100e4e
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:/msys2
ls C:/msys2/usr
ls C:/msys2/usr/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 b100e4e

Please sign in to comment.