From fd62abc755e09827373d242ce695cb8fb7bf98e7 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Tue, 28 Jan 2025 23:26:46 +0800 Subject: [PATCH] trying to fix ubuntu-arm build in CI --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 206753ee..24163ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,12 +58,12 @@ jobs: sudo dpkg -i cuda-keyring_1.1-1_all.deb sudo apt-get update sudo apt-get -y install cuda-12.8 - - name: "Setup Vulkan SDK" - uses: humbletim/setup-vulkan-sdk@v1.2.0 - with: - vulkan-query-version: 1.3.204.0 - vulkan-components: Vulkan-Headers, Vulkan-Loader - vulkan-use-cache: true +# - name: "Setup Vulkan SDK" +# uses: humbletim/setup-vulkan-sdk@v1.2.0 +# with: +# vulkan-query-version: 1.3.204.0 +# vulkan-components: Vulkan-Headers, Vulkan-Loader +# vulkan-use-cache: true - name: "Configure and Build" run: | if [ "${{ matrix.compiler.name }}" = "gcc" ]; then