Skip to content

Commit 3a84617

Browse files
committed
[fix] Working version
1 parent 6a9a9d6 commit 3a84617

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cmake-mainline-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ jobs:
3333
- name: Build TkUtil with Cmake
3434
shell: bash
3535
run: |
36-
echo --- PATH
37-
pwd
38-
echo --- LS
39-
ls
40-
echo --- WS
41-
echo $GITHUB_WORKSPACE
42-
echo ---
4336
cmake -S $GITHUB_WORKSPACE/tkutil -B build/tkutil -DUSE_PYTHON_3:BOOL=ON --install-prefix=/tkutil-install
4437
cmake --build build/tkutil --target install
4538
@@ -55,7 +48,6 @@ jobs:
5548
cmake --build build/qtutil --target install
5649
5750
- name: Run QtUtil unit tests
58-
if: ${{ inputs.run-tests }}
5951
shell: bash
6052
run: |
6153
cmake --build build/qtutil --target test

0 commit comments

Comments
 (0)