]> O.S.I.I.S - jp/vkvg.git/commitdiff
add gunit tests to github action
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 11:37:55 +0000 (13:37 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 11:37:55 +0000 (13:37 +0200)
.github/workflows/cmake.yml

index c41a6430b2e6d99b33acde9a4035f4bf8065f4c8..8b7d0674bc8094d5e80d929a4725b3fb6a13754a 100644 (file)
@@ -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'