Remove obsolete comment

This commit is contained in:
kas 2022-06-08 18:19:42 +02:00
parent ef28a1b218
commit ec33c0f7e4

View File

@ -284,7 +284,6 @@ jobs:
name: Gittyup-VERSION
- name: Test
# TODO: Re-Enable this when https://github.com/actions/runner/issues/1206 gets resolved
if: matrix.env.ninja_platform != 'win' && matrix.env.ninja_platform != 'mac'
uses: GabrielBB/xvfb-action@v1
with:
@ -292,7 +291,6 @@ jobs:
run: ninja check
- name: Test (Windows)
# TODO: Re-Enable this when https://github.com/actions/runner/issues/1206 gets resolved
if: matrix.env.ninja_platform == 'win'
run: |
cd build/release