clean: remove unmet condition

This commit is contained in:
YiFang Xiao 2023-09-14 13:46:43 +08:00
parent 9929c60130
commit 88e0929a95
3 changed files with 1 additions and 20 deletions

View file

@ -30,12 +30,7 @@ jobs:
env: env:
targetName: GoldenDict targetName: GoldenDict
steps: steps:
# - name: prepare env
# run: |
# cd /opt
# mkdir homebrew
# curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
# export PATH=$PATH:/opt/homebrew/bin
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:

View file

@ -30,13 +30,6 @@ jobs:
version-suffix: alpha version-suffix: alpha
prerelease: true prerelease: true
steps: steps:
# macos 11.0 默认环境变了,要指定
- name: prepare env
if: ${{ matrix.os == 'macos-11' }}
run: |
softwareupdate --all --install --force
sudo xcode-select --print-path
sudo xcode-select --switch /Library/Developer/CommandLineTools
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:

View file

@ -30,13 +30,6 @@ jobs:
version-suffix: alpha version-suffix: alpha
prerelease: true prerelease: true
steps: steps:
# macos 11.0 默认环境变了,要指定
- name: prepare env
if: ${{ matrix.os == 'macos-11' }}
run: |
softwareupdate --all --install --force
sudo xcode-select --print-path
sudo xcode-select --switch /Library/Developer/CommandLineTools
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: