Skip to content

Commit

Permalink
fixup! Try existing Clang release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 27, 2023
1 parent 03aece9 commit ac18c7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
- name: Configure LLVM
run: ./configure --llvm-path llvm-${{ matrix.llvm }} --statically-link-clang

- name: Build
run: |
dub build --verror
"/c/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x64/dumpbin" -DEPENDENTS bin/dstep.exe
- name: Test
if: ${{ matrix.os != 'freebsd' }}
run: dub test --verror
Expand Down

0 comments on commit ac18c7f

Please sign in to comment.