mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): Update brew package formulae before running upgrade
Otherwise we're upgrading packages based of a stale package list.
This commit is contained in:
parent
f8e834c5c0
commit
a004243cc0
4
.github/workflows/build-test-deploy.yaml
vendored
4
.github/workflows/build-test-deploy.yaml
vendored
|
@ -515,7 +515,7 @@ jobs:
|
||||||
- name: Remove keg-only git install
|
- name: Remove keg-only git install
|
||||||
run: brew remove git@2.35.1
|
run: brew remove git@2.35.1
|
||||||
- name: Homebrew dependencies to build dependencies
|
- name: Homebrew dependencies to build dependencies
|
||||||
run: brew upgrade && brew bundle --file ./osx/Brewfile-DepBuildDeps
|
run: brew update && brew upgrade && brew bundle --file ./osx/Brewfile-DepBuildDeps
|
||||||
- name: Build dependencies
|
- name: Build dependencies
|
||||||
run: ./.ci-scripts/build-osx-deps.sh
|
run: ./.ci-scripts/build-osx-deps.sh
|
||||||
- name: Build qTox
|
- name: Build qTox
|
||||||
|
@ -561,7 +561,7 @@ jobs:
|
||||||
- name: Remove keg-only git install
|
- name: Remove keg-only git install
|
||||||
run: brew remove git@2.35.1
|
run: brew remove git@2.35.1
|
||||||
- name: Homebrew
|
- name: Homebrew
|
||||||
run: brew upgrade && brew bundle --file ./osx/Brewfile
|
run: brew update && brew upgrade && brew bundle --file ./osx/Brewfile
|
||||||
- name: Install toxcore and toxext
|
- name: Install toxcore and toxext
|
||||||
run: buildscripts/build_toxcore_linux.sh
|
run: buildscripts/build_toxcore_linux.sh
|
||||||
- name: Build qTox
|
- name: Build qTox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user