Skip to content

Commit

Permalink
ci: use glslang 14.2.0 from vulkan sdk 1.3.283.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 19, 2024
1 parent 7d5cfd5 commit c0ce565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
common: |
mkdir -p build/glslang
cd build/glslang
GLSLANG_PACKAGE=glslang-12.0.0-${RUNNER_OS}.tar.xz
GLSLANG_PACKAGE=glslang-14.2.0-${RUNNER_OS}.tar.xz
aria2c https://github.com/alexey-lysiuk/quakespasm-cmake/releases/download/ci_deps/${GLSLANG_PACKAGE}
tar -xf ${GLSLANG_PACKAGE}
Linux: sudo apt install libvulkan-dev
Expand Down

0 comments on commit c0ce565

Please sign in to comment.