fix linux ci

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2022-12-19 17:53:28 +08:00
parent 4e46ba4fb5
commit 55f67ac707
1 changed files with 5 additions and 0 deletions

View File

@ -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