Skip to content

Commit b0a4b7d

Browse files
committed
Rename and retitle rust workflow to be windows workflow
We now have a different workflow for linux, so let's make this clearer.
1 parent a7db86c commit b0a4b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml renamed to .github/workflows/ci_windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust CI
1+
name: CI on Windows
22

33
on:
44
pull_request:
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
rust:
17-
name: Rust on ${{ matrix.os }} with CUDA ${{ matrix.cuda }}
17+
name: ${{ matrix.os }}/CUDA-${{ matrix.cuda }}
1818
runs-on: ${{ matrix.os }}
1919
env:
2020
LLVM_LINK_STATIC: 1

0 commit comments

Comments
 (0)