From: Jean-Philippe Bruyère Date: Sun, 22 Jun 2025 11:37:55 +0000 (+0200) Subject: add gunit tests to github action X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=e584ba343d5249181ed1d846ebf0913308b76038;p=jp%2Fvkvg.git add gunit tests to github action --- 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'