mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 10:33:21 +03:00
run test env
This commit is contained in:
parent
95611577d6
commit
b35e54f144
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -101,6 +101,7 @@ jobs:
|
|||||||
NEXT_VERSION=$(./scripts/next.sh "${CURRENT_VERSION}" "${{ env.bump }}")
|
NEXT_VERSION=$(./scripts/next.sh "${CURRENT_VERSION}" "${{ env.bump }}")
|
||||||
echo "version=$NEXT_VERSION" >> $GITHUB_ENV
|
echo "version=$NEXT_VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- run: env
|
||||||
- name: uninstall homebrew
|
- name: uninstall homebrew
|
||||||
run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
|
run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
|
||||||
# github's linux runner has homebrew installed which messes up with pkg-config.
|
# github's linux runner has homebrew installed which messes up with pkg-config.
|
||||||
|
Loading…
Reference in New Issue
Block a user