mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
fix upgrade proc in brew
This commit is contained in:
parent
7dfbff9e80
commit
75049991fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/homebrew.yml
vendored
2
.github/workflows/homebrew.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Homebrew Bottle
|
- name: Build Homebrew Bottle
|
||||||
run: |
|
run: |
|
||||||
pip3 install --uprade pip setuptools wheel
|
pip3 install --upgrade pip setuptools wheel
|
||||||
cd brew_dist/
|
cd brew_dist/
|
||||||
brew install --build-bottle ./archivebox.rb
|
brew install --build-bottle ./archivebox.rb
|
||||||
brew bottle archivebox
|
brew bottle archivebox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue