mirror of
https://github.com/KranX/Vangers.git
synced 2025-12-01 07:25:28 +07:00
try to fix macos CI v2
This commit is contained in:
6
.github/workflows/vangers_macos_build.yml
vendored
6
.github/workflows/vangers_macos_build.yml
vendored
@@ -13,10 +13,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: update repos
|
||||
run: |
|
||||
cd `brew --prefix`
|
||||
git remote add origin https://github.com/Homebrew/homebrew.git
|
||||
git fetch origin
|
||||
git reset --hard origin/master
|
||||
echo `brew --prefix`
|
||||
cd `brew --prefix` && git remote add origin https://github.com/Homebrew/homebrew.git && git fetch origin && git reset --hard origin/master
|
||||
brew update
|
||||
- name: install libs
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user