diff options
author | Philip Langdale <philipl@overt.org> | 2019-12-17 16:03:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 16:03:59 -0800 |
commit | 39e5f1693274012a6d392c08cfa576cbfa8ccc92 (patch) | |
tree | 61decdafa93ab7638570af811d1630f97fff1422 | |
parent | d979b27dc16d1ad26a0518f0ecb4e4cd821dee83 (diff) | |
download | mpv-test-ci.tar.bz2 mpv-test-ci.tar.xz |
Fix macos buildtest-ci
-rw-r--r-- | .github/workflows/linux-build.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yaml b/.github/workflows/linux-build.yaml index 00ab7107be..57a0144e5a 100644 --- a/.github/workflows/linux-build.yaml +++ b/.github/workflows/linux-build.yaml @@ -59,6 +59,8 @@ jobs: - uses: actions/checkout@v2 - name: ffmpeg run: ./ci/get_ffmpeg.sh + env: + TRAVIS_OS_NAME: macos - name: bootstrap run: python3 ./bootstrap.py - name: build |