mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
add Test requirements to solve the Diff test failure
This commit is contained in:
parent
2b0900def3
commit
4dcd203f3d
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -283,6 +283,21 @@ jobs:
|
||||
path: build/release/VERSION.txt
|
||||
name: Gittyup-VERSION
|
||||
|
||||
- name: Test Requirements
|
||||
if: matrix.env.ninja_platform == 'linux'
|
||||
continue-on-error: false
|
||||
run: |
|
||||
sudo apt update -q
|
||||
sudo apt install -y -q build-essential libgl1-mesa-dev \
|
||||
libxcb-icccm4 \
|
||||
libxcb-image0 \
|
||||
libxcb-util1 \
|
||||
libxcb-keysyms1 \
|
||||
libxcb-randr0 \
|
||||
libxcb-render-util0 \
|
||||
libxcb-xinerama0 \
|
||||
icewm xvfb
|
||||
|
||||
- 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'
|
||||
|
Loading…
Reference in New Issue
Block a user