Skip to content

Commit

Permalink
ci: use glslang 14.3.0 from vulkan sdk 1.3.290.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 29, 2024
1 parent 8a00f7b commit 29000e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/extract_glslang
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -o errexit

cd "${0%/*}"

VULKAN_SDK_VERSION=1.3.283.0
GLSLANG_VERSION=14.2.0
VULKAN_SDK_VERSION=1.3.290.0
GLSLANG_VERSION=14.3.0

# === Linux ===
curl -JOL https://sdk.lunarg.com/sdk/download/$VULKAN_SDK_VERSION/linux/vulkansdk-linux-x86_64-$VULKAN_SDK_VERSION.tar.xz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target:
target:
- name: quakespasm

- name: quakespasm-spiked
Expand All @@ -19,7 +19,7 @@ jobs:
common: |
mkdir -p build/glslang
cd build/glslang
GLSLANG_PACKAGE=glslang-14.2.0-${RUNNER_OS}.tar.xz
GLSLANG_PACKAGE=glslang-14.3.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 29000e6

Please sign in to comment.