Skip to content

Commit fefcf87

Browse files
committed
CI naming tweaks
1 parent a3c059b commit fefcf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ldc2 -m64 -g -i main.d -unittest -of=test.exe
3232
./test.exe
3333
build:
34-
name: Build
34+
name: Build CLI
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
@@ -66,7 +66,7 @@ jobs:
6666
name: ${{matrix.PLATFORM}}
6767
path: ./bin/vox-${{matrix.PLATFORM}}.zip
6868
build-debug:
69-
name: Build debug
69+
name: Build CLI debug
7070
runs-on: ${{ matrix.os }}
7171
strategy:
7272
matrix:

0 commit comments

Comments
 (0)