From fc0791b9fa2795eee064412f201da1fc4c596e8e Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Tue, 1 Oct 2024 22:59:06 +0800 Subject: [PATCH] glew --- .github/workflows/chillerbot-curses.yaml | 2 +- .github/workflows/chillerbot-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chillerbot-curses.yaml b/.github/workflows/chillerbot-curses.yaml index a04825e0734..1afe63ee0a1 100644 --- a/.github/workflows/chillerbot-curses.yaml +++ b/.github/workflows/chillerbot-curses.yaml @@ -33,7 +33,7 @@ jobs: if: contains(matrix.os, 'ubuntu') run: | sudo apt-get update -y - sudo apt-get install pkg-config cmake ninja-build libfreetype6-dev libnotify-dev libsdl2-dev libsqlite3-dev libvulkan-dev glslang-tools spirv-tools libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev libx264-dev -y + sudo apt-get install pkg-config cmake ninja-build libfreetype6-dev libnotify-dev libsdl2-dev libsqlite3-dev libvulkan-dev glslang-tools spirv-tools libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev libx264-dev libglew-dev -y sudo apt-get install libncursesw5-dev -y - name: Build in debug mode diff --git a/.github/workflows/chillerbot-tests.yaml b/.github/workflows/chillerbot-tests.yaml index fa2b648f09f..a39fcc37c30 100644 --- a/.github/workflows/chillerbot-tests.yaml +++ b/.github/workflows/chillerbot-tests.yaml @@ -33,7 +33,7 @@ jobs: if: contains(matrix.os, 'ubuntu') run: | sudo apt-get update -y - sudo apt-get install pkg-config cmake ninja-build libfreetype6-dev libnotify-dev libsdl2-dev libsqlite3-dev libvulkan-dev glslang-tools spirv-tools libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev libx264-dev -y + sudo apt-get install pkg-config cmake ninja-build libfreetype6-dev libnotify-dev libsdl2-dev libsqlite3-dev libvulkan-dev glslang-tools spirv-tools libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev libx264-dev libglew-dev -y - name: Run tests env: ${{ matrix.env }}