mirror of
https://github.com/bartvdbraak/homebrew-keyweave.git
synced 2025-04-27 01:21:22 +00:00
fix: remove arm due to limited support from homebrew
This commit is contained in:
parent
2bfc51ccab
commit
8190cfaf4b
1 changed files with 1 additions and 19 deletions
20
.github/workflows/tests.yml
vendored
20
.github/workflows/tests.yml
vendored
|
@ -36,22 +36,4 @@ jobs:
|
||||||
fi
|
fi
|
||||||
brew tap bartvdbraak/keyweave
|
brew tap bartvdbraak/keyweave
|
||||||
brew install keyweave
|
brew install keyweave
|
||||||
keyweave --version
|
keyweave --version
|
||||||
emulated:
|
|
||||||
name: Test on raspios-lite
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: pguyot/arm-runner-action@v2.5.2
|
|
||||||
with:
|
|
||||||
commands: |
|
|
||||||
if ! command -v brew &> /dev/null
|
|
||||||
then
|
|
||||||
echo "Homebrew not found, installing..."
|
|
||||||
su pi -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
||||||
else
|
|
||||||
echo "Homebrew is already installed."
|
|
||||||
fi
|
|
||||||
su pi -c /usr/local/bin/brew tap bartvdbraak/keyweave
|
|
||||||
su pi -c /usr/local/bin/brew install keyweave
|
|
||||||
su pi -c keyweave --version
|
|
Loading…
Reference in a new issue