Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Aug 1, 2024
1 parent a482a05 commit da9b3a9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@ jobs:
image: ubuntu:latest
- os: macos-latest
image: macos-latest
- os: windows-latest
image: windows-latest
#- os: windows-latest
#image: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up build tools on Windows
if: matrix.os == 'windows-latest'
run: |
choco install make
choco install mingw
shell: powershell

- name: Build on Linux and macOS
if: matrix.os != 'windows-latest'
run: |
Expand Down

0 comments on commit da9b3a9

Please sign in to comment.