Skip to content

Commit

Permalink
ci: update ci configuration with new settings and dependencies
Browse files Browse the repository at this point in the history
- add warp version setting to the ci configuration
- update the vulkan sdk version in the ci configuration
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent a46cba5 commit bd1f9b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ defaults:
env:
# Sourced from https://vulkan.lunarg.com/sdk/home#linux
VULKAN_SDK_VERSION: "1.3.268"
# Sourced from https://www.nuget.org/packages/Microsoft.Direct3D.WARP
WARP_VERSION: "1.0.8"
# Sourced from https://archive.mesa3d.org/. Bumping this requires
# updating the mesa build in https://github.com/gfx-rs/ci-build and creating a new release.
MESA_VERSION: "23.3.1"
Expand Down

0 comments on commit bd1f9b9

Please sign in to comment.