mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
clean: remove unmet condition
This commit is contained in:
parent
9929c60130
commit
88e0929a95
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
7
.github/workflows/macos-homebrew.yml
vendored
7
.github/workflows/macos-homebrew.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue