Skip to content

Commit

Permalink
Stop trying to use cmd shell
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Oct 10, 2023
1 parent 7b3f6b2 commit 8ffb4b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,13 @@ jobs:
7z x llvm-15.0.6-windows-x86-msvc17-msvcrt.7z -oC:\
Add-Content $env:GITHUB_PATH 'C:\llvm-15.0.6-windows-x86-msvc17-msvcrt\bin'
- name: Check LLVM version
run: llvm-config --version
shell: cmd

- name: Generate LLVM pkgconfig file
run: |
swift package resolve
"C:\Program Files\Git\bin\bash.exe" .build/checkouts/Swifty-LLVM/Tools/make-pkgconfig.sh llvm.pc
type llvm.pc
shell: cmd
- name: Build support library
run: clang -c ./Library/Hylo/LibC.c -o HyloLibC.lib
Expand Down

0 comments on commit 8ffb4b8

Please sign in to comment.