From e584ba343d5249181ed1d846ebf0913308b76038 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 22 Jun 2025 13:37:55 +0200 Subject: [PATCH] add gunit tests to github action --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c41a643..8b7d067 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -45,7 +45,7 @@ jobs: ref: linux persist-credentials: false - run: echo "${{ env.VULKAN_SDK }}/bin" >> $GITHUB_PATH - - run: sudo apt update && sudo apt install xorg-dev + - run: sudo apt update && sudo apt install xorg-dev libglfw3-dev xxd - uses: actions/checkout@v4 with: path: 'source' -- 2.47.3