mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-05-07 00:36:36 +08:00
Update tests.yml
This commit is contained in:
parent
93c50b2deb
commit
5abe944f3b
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -90,11 +90,11 @@ jobs:
|
|||||||
chmod 755 /usr/local/bin/brew
|
chmod 755 /usr/local/bin/brew
|
||||||
|
|
||||||
- name: Set up WSL environment 2
|
- name: Set up WSL environment 2
|
||||||
if: runner.os == 'windows'
|
if: runner.os == 'windows'
|
||||||
run: |
|
run: |
|
||||||
echo "HOMEBREW_BREW_GIT_REMOTE=https://github.com/Homebrew/brew" >> $GITHUB_ENV
|
echo "HOMEBREW_BREW_GIT_REMOTE=https://github.com/Homebrew/brew" >> $GITHUB_ENV
|
||||||
echo "HOMEBREW_CORE_GIT_REMOTE=https://github.com/Homebrew/homebrew-core" >> $GITHUB_ENV
|
echo "HOMEBREW_CORE_GIT_REMOTE=https://github.com/Homebrew/homebrew-core" >> $GITHUB_ENV
|
||||||
echo "HOMEBREW_CASK_GIT_REMOTE=https://github.com/Homebrew/homebrew-cask" >> $GITHUB_ENV
|
echo "HOMEBREW_CASK_GIT_REMOTE=https://github.com/Homebrew/homebrew-cask" >> $GITHUB_ENV
|
||||||
|
|
||||||
- run: /bin/bash -c "$(cat install.sh)"
|
- run: /bin/bash -c "$(cat install.sh)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user