Skip to content

Commit

Permalink
Fix linuxbrew workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mxamin committed Apr 5, 2024
1 parent 18f3250 commit f1ea534
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 154 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/linuxbrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ jobs:
run: |
sudo apt install -y build-essential procps curl file git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile
# echo "PATH=$(brew --prefix)/bin:$(brew --prefix)/sbin:$PATH" >> $GITHUB_ENV
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bashrc
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
# test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
# echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile
brew update
brew install python gcc libxml2 libxmlsec1 pkg-config
pip3 install --upgrade setuptools wheel build
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/macosx.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/manylinux.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/opensuse-tumbleweed.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/sdist.yml

This file was deleted.

0 comments on commit f1ea534

Please sign in to comment.