forked from github_mirror/framelesshelper
fix linux ci
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
4e46ba4fb5
commit
55f67ac707
|
@ -56,6 +56,11 @@ jobs:
|
||||||
if: ${{ matrix.platform == 'windows-latest' }}
|
if: ${{ matrix.platform == 'windows-latest' }}
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|
||||||
|
- name: Install Linux dependencies
|
||||||
|
if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||||
|
run: |
|
||||||
|
sudo apt install -y libgl1-mesa-dev
|
||||||
|
|
||||||
- name: Build library with CMake
|
- name: Build library with CMake
|
||||||
run: |
|
run: |
|
||||||
mkdir ci-test-build
|
mkdir ci-test-build
|
||||||
|
|
Loading…
Reference in New Issue