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
path: build
- name: xcode selection
if: ${{ matrix.config.xcode != "" }}
if: ${{ matrix.config.xcode != '' }}
run: sudo xcode-select -s "${{ matrix.config.xcode }}"
- name: Run browser tests
if: ${{ matrix.config.xvfb != true }}