From 18ff95c896d573206f0e25a9768f3438435dde50 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 14 Apr 2025 13:05:05 -0400 Subject: [PATCH] Rename and retitle rust workflow to be windows workflow We now have a different workflow for linux, so let's make this clearer. --- .github/workflows/{rust.yml => ci_windows.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{rust.yml => ci_windows.yml} (96%) diff --git a/.github/workflows/rust.yml b/.github/workflows/ci_windows.yml similarity index 96% rename from .github/workflows/rust.yml rename to .github/workflows/ci_windows.yml index c1eee7a7..d7751250 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/ci_windows.yml @@ -1,4 +1,4 @@ -name: Rust CI +name: CI on Windows on: pull_request: @@ -14,7 +14,7 @@ env: jobs: rust: - name: Rust on ${{ matrix.os }} with CUDA ${{ matrix.cuda }} + name: ${{ matrix.os }}/CUDA-${{ matrix.cuda }} runs-on: ${{ matrix.os }} env: LLVM_LINK_STATIC: 1