mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): Revert macOS runner hack needed for keg-only git install
This reverts commit f8e834c5c0
.
Appears to no longer be an issue, brew is now able to use the pre-installed
version of git without error.
This commit is contained in:
parent
46fb4e9a4f
commit
0d1f4c4728
4
.github/workflows/build-test-deploy.yaml
vendored
4
.github/workflows/build-test-deploy.yaml
vendored
|
@ -512,8 +512,6 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Remove keg-only git install
|
||||
run: brew remove git@2.35.1
|
||||
- name: Homebrew dependencies to build dependencies
|
||||
run: brew update && brew upgrade && brew bundle --file ./osx/Brewfile-DepBuildDeps
|
||||
- name: Build dependencies
|
||||
|
@ -558,8 +556,6 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Remove keg-only git install
|
||||
run: brew remove git@2.35.1
|
||||
- name: Homebrew
|
||||
run: brew update && brew upgrade && brew bundle --file ./osx/Brewfile
|
||||
- name: Install toxcore and toxext
|
||||
|
|
Loading…
Reference in New Issue
Block a user