Skip to content

Commit e584ba3

Browse files
committed
add gunit tests to github action
1 parent 086ed8e commit e584ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: linux
4646
persist-credentials: false
4747
- run: echo "${{ env.VULKAN_SDK }}/bin" >> $GITHUB_PATH
48-
- run: sudo apt update && sudo apt install xorg-dev
48+
- run: sudo apt update && sudo apt install xorg-dev libglfw3-dev xxd
4949
- uses: actions/checkout@v4
5050
with:
5151
path: 'source'

0 commit comments

Comments
 (0)