Skip to content

Commit

Permalink
fixup! Debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 25, 2023
1 parent 87c62de commit 6b3c676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ jobs:
run: ./configure --llvm-path llvm-${{ matrix.llvm }} --statically-link-clang

- name: Build
run: |
dub build
"/c/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x64/dumpbin" -DEPENDENTS bin/dstep.exe
run: dub build

- name: Test
if: ${{ matrix.os != 'freebsd' }}
Expand Down

0 comments on commit 6b3c676

Please sign in to comment.