We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086ed8e commit e584ba3Copy full SHA for e584ba3
.github/workflows/cmake.yml
@@ -45,7 +45,7 @@ jobs:
45
ref: linux
46
persist-credentials: false
47
- run: echo "${{ env.VULKAN_SDK }}/bin" >> $GITHUB_PATH
48
- - run: sudo apt update && sudo apt install xorg-dev
+ - run: sudo apt update && sudo apt install xorg-dev libglfw3-dev xxd
49
- uses: actions/checkout@v4
50
with:
51
path: 'source'
0 commit comments