Skip to content

Commit 3bf2d03

Browse files
committed
fixed outputs of ci script
1 parent 90abe81 commit 3bf2d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737

38-
- name: Checkout OWL
38+
- name: Checkout cuBQL
3939
uses: actions/checkout@v5
4040
with:
4141
submodules: true

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
visual_studio: "${{ matrix.visual-studio }}"
5050
build_dir: "build"
5151
steps:
52-
- name: Checkout owl
52+
- name: Checkout cuBQL
5353
uses: actions/checkout@v5
5454
with:
5555
submodules: true

0 commit comments

Comments
 (0)