Update ci.yml

This commit is contained in:
Niklas von Hertzen 2020-07-29 18:17:46 +08:00 committed by GitHub
parent 401df79087
commit 2d30554b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 }}