Update ci.yml

This commit is contained in:
MoyuScript
2020-07-29 18:17:46 +08:00
parent a749ee64f9
commit 905a3c5835

View File

@@ -113,7 +113,7 @@ jobs:
name: build name: build
path: build path: build
- name: xcode selection - name: xcode selection
if: ${{ matrix.config.xcode != "" }} if: ${{ matrix.config.xcode != '' }}
run: sudo xcode-select -s "${{ matrix.config.xcode }}" run: sudo xcode-select -s "${{ matrix.config.xcode }}"
- name: Run browser tests - name: Run browser tests
if: ${{ matrix.config.xvfb != true }} if: ${{ matrix.config.xvfb != true }}