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 67dc929 commit a482a05
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ jobs:
choco install mingw
shell: powershell

- name: Set up build tools on Linux
if: matrix.os == 'ubuntu-latest'
run: |
apt-get install -y gcc
- name: Set up build tools on macOS
if: matrix.os == 'macos-latest'
run: |
brew install gcc
- name: Build on Linux and macOS
if: matrix.os != 'windows-latest'
run: |
Expand Down

0 comments on commit a482a05

Please sign in to comment.