Skip to content

Commit

Permalink
try to install openapi-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kononenko committed Oct 25, 2024
1 parent fc9c4af commit 0729939
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/generate-tidal-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
- name: Install Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo >> /root/.bashrc
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /root/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "Brew installed"
# sudo apt-get install build-essential
echo "HOMEBREW_PREFIX=$(brew --prefix)" >> $GITHUB_ENV
echo 'PATH="$HOMEBREW_PREFIX/bin:$PATH"' >> $GITHUB_ENV
- name: Install openapi-generator
run: |
Expand Down

0 comments on commit 0729939

Please sign in to comment.