Skip to content

Commit

Permalink
windoof
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Aug 18, 2023
1 parent 83f3a5e commit ee4542d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,17 +378,20 @@ jobs:
if: matrix.os != 'windows-latest'
run: cargo build --target ${{ matrix.target }} -p stackablectl
# Windows
- name: Prepare Windows env
if: matrix.os == 'windows-latest'
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: base-devel mingw-w64-x86_64-libressl mingw-w64-x86_64-ldns mingw-w64-x86_64-go mingw-w64-x86_64-rust
# - name: Prepare Windows env
# if: matrix.os == 'windows-latest'
# uses: msys2/setup-msys2@v2
# with:
# msystem: MINGW64
# update: true
# install: base-devel mingw-w64-x86_64-libressl mingw-w64-x86_64-ldns mingw-w64-x86_64-go mingw-w64-x86_64-rust
# - name: Build for Windows
# if: matrix.os == 'windows-latest'
# run: cargo build --target ${{ matrix.target }} -p stackablectl
# shell: msys2 {0}
- name: Build for Windows
if: matrix.os == 'windows-latest'
run: cargo build --target ${{ matrix.target }} -p stackablectl
shell: msys2 {0}
# End of OS differences

# Commented out, as this was always failing.
Expand Down

0 comments on commit ee4542d

Please sign in to comment.