Skip to content

Commit 000c71e

Browse files
committed
should work now
1 parent 42fe4d4 commit 000c71e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/demo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
"branch=$branch" >> $env:GITHUB_OUTPUT
9292
}
9393
94-
- name: Build cpp-ap-demo (with CMake)
94+
- name: Build cpp-ap-demo (CMake)
9595
run: |
9696
cd cpp-ap-demo
9797
cmake -B build_cmake -DAP_TAG=${{ steps.branch-name.outputs.branch }}
@@ -104,7 +104,7 @@ jobs:
104104
disk-cache: ${{ github.workflow }}
105105
repository-cache: true
106106

107-
- name: Build cpp-ap-demo (with Bazel)
107+
- name: Build cpp-ap-demo (Bazel)
108108
run: |
109109
cd cpp-ap-demo
110110
$BRANCH="${{ steps.branch-name.outputs.branch }}"

.github/workflows/msvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333

3434
- name: Run tests
3535
run: |
36-
tree /f
36+
./build_msvc/tests/Debug/run_uts.exe
3737
shell: powershell

0 commit comments

Comments
 (0)