Skip to content

Commit

Permalink
Okay, ci, please
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciubix8513 committed Jul 8, 2024
1 parent 2c9e774 commit 1c0d86a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@ env:
CARGO_TERM_COLOR: always
WGPU_LOG_LEVEL: DEBUG
WGPU_HAL_LOG_LEVEL: DEBUG
RUST_BACKTRACE: FULL
VULKAN_SDK_VERSION: "1.3.268"



jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: NcStudios/VulkanCI@v1.1
- uses: actions/checkout@v3
- name: (linux) install vulkan sdk
run: |
sudo apt-get update -y -qq
# vulkan sdk
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-$VULKAN_SDK_VERSION-jammy.list https://packages.lunarg.com/vulkan/$VULKAN_SDK_VERSION/lunarg-vulkan-$VULKAN_SDK_VERSION-jammy.list
sudo apt-get update
sudo apt install -y vulkan-sdk mesa
- name: Build
run: cargo build
- name: Run doc tests
Expand Down

0 comments on commit 1c0d86a

Please sign in to comment.