Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lk250211 authored Feb 27, 2024
1 parent b0db6bb commit 20ad5a5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,10 @@ jobs:
make clean
make package
- name: Install homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/runner/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
sudo apt-get install build-essential
- name: Install hub
run: brew install hub
- name: Install Package
uses: ConorMacBride/[email protected]
with:
brew: hub

- name: Upload Release Asset(s)
env:
Expand Down

0 comments on commit 20ad5a5

Please sign in to comment.