Skip to content

Commit d6a79ec

Browse files
authored
Reorder debug step in CI workflow
1 parent 434fa3d commit d6a79ec

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

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

1919
steps:
20-
- name: Debug: prove workflow starts
21-
run: echo "Workflow started successfully"
22-
2320
- name: Checkout repository
2421
uses: actions/checkout@v4
2522

23+
- name: Debug: prove workflow starts
24+
run: echo "Workflow started successfully"
2625
# ------------------------------
2726
# Install dependencies per platform
2827
# ------------------------------

0 commit comments

Comments
 (0)