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 c38a068 commit 67dc929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ jobs:
- name: Set up build tools on Linux
if: matrix.os == 'ubuntu-latest'
run: |
apt-get update
apt-get install -y gcc
- name: Set up build tools on macOS
if: matrix.os == 'macos-latest'
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gcc
- name: Build on Linux and macOS
Expand Down

0 comments on commit 67dc929

Please sign in to comment.