mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
yes
This commit is contained in:
11
.github/workflows/opengl-es-test-linux.yml
vendored
11
.github/workflows/opengl-es-test-linux.yml
vendored
@@ -38,6 +38,17 @@ jobs:
|
|||||||
echo "XMAKE_ROOT=y" >> $GITHUB_ENV
|
echo "XMAKE_ROOT=y" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y libegl1-mesa-dev libgles2-mesa-dev libgl1-mesa-dev mesa-utils
|
||||||
|
|
||||||
|
- name: Set headless environment
|
||||||
|
run: |
|
||||||
|
export LIBGL_ALWAYS_SOFTWARE=1
|
||||||
|
export MESA_GL_VERSION_OVERRIDE=4.3
|
||||||
|
export MESA_GLES_VERSION_OVERRIDE=3.2
|
||||||
|
|
||||||
# Force xmake to a specific folder (for cache)
|
# Force xmake to a specific folder (for cache)
|
||||||
- name: Set xmake env
|
- name: Set xmake env
|
||||||
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
||||||
|
|||||||
11
.github/workflows/opengl-test-linux.yml
vendored
11
.github/workflows/opengl-test-linux.yml
vendored
@@ -38,6 +38,17 @@ jobs:
|
|||||||
echo "XMAKE_ROOT=y" >> $GITHUB_ENV
|
echo "XMAKE_ROOT=y" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y libegl1-mesa-dev libgles2-mesa-dev libgl1-mesa-dev mesa-utils
|
||||||
|
|
||||||
|
- name: Set headless environment
|
||||||
|
run: |
|
||||||
|
export LIBGL_ALWAYS_SOFTWARE=1
|
||||||
|
export MESA_GL_VERSION_OVERRIDE=4.3
|
||||||
|
export MESA_GLES_VERSION_OVERRIDE=3.2
|
||||||
|
|
||||||
# Force xmake to a specific folder (for cache)
|
# Force xmake to a specific folder (for cache)
|
||||||
- name: Set xmake env
|
- name: Set xmake env
|
||||||
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user