Skip to content

Commit 4063b00

Browse files
authored
workflow: change working directory
1 parent bbfaa86 commit 4063b00

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
- name: Checkout project
1616
uses: actions/checkout@v4
1717
- name: CMake - Configure
18+
working-directory: tutorial
1819
run: cmake -GNinja -Bbuild
1920
- name: CMake - Build
21+
working-directory: tutorial
2022
run: cmake --build build --verbose
21-
22-
23-

0 commit comments

Comments
 (0)