From 5c9ce374e63e5d050da5349f89dc60be0c47f1ac Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 11 Jul 2024 00:00:59 +0800 Subject: A couple of small fixes to cmake releases (#4596) * Correct windows file uploading * Include slang-llvm.so in releases * Neaten job names --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b23308ab3..88ce31828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,18 +44,18 @@ jobs: - full-gpu-tests: false # Self-hosted aarch64 build - os: linux + config: release compiler: gcc platform: aarch64 - config: release warnings-as-errors: false test-category: smoke full-gpu-tests: false runs-on: [self-hosted, Linux, ARM64] # Self-hosted full gpu build - os: windows + config: release compiler: cl platform: x86_64 - config: release warnings-as-errors: false test-category: full full-gpu-tests: true -- cgit v1.2.3