mirror of
https://github.com/KranX/Vangers.git
synced 2025-12-01 07:25:28 +07:00
try to fix macos CI v4
This commit is contained in:
8
.github/workflows/vangers_macos_build.yml
vendored
8
.github/workflows/vangers_macos_build.yml
vendored
@@ -11,10 +11,10 @@ jobs:
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: update repos
|
||||
run: |
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
brew update
|
||||
# - name: update repos
|
||||
# run: |
|
||||
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
# brew update
|
||||
- name: install libs
|
||||
run: |
|
||||
brew install ninja yasm dylibbundler
|
||||
|
||||
Reference in New Issue
Block a user