Skip to content

Commit 3cefa8a

Browse files
authored
Add debug step to verify workflow start
1 parent 0199a48 commit 3cefa8a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:
20+
- name: Debug: prove workflow starts
21+
run: echo "Workflow started successfully"
2022
- name: Checkout repository
2123
uses: actions/checkout@v4
2224

0 commit comments

Comments
 (0)