mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
Remove obsolete comment
This commit is contained in:
parent
ef28a1b218
commit
ec33c0f7e4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user