Skip to content

Commit b47c716

Browse files
authored
Update fdp_cpp_api.yaml
1 parent 2bfccbf commit b47c716

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/fdp_cpp_api.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ jobs:
165165
apt install -y lcov curl libcurl4-openssl-dev gcovr
166166
- name: Configure Library
167167
run: |
168+
cd $GITHUB_WORKSPACE
168169
ls
169-
cmake -S . -B build
170-
working-directory: github.workspace
170+
cmake -Bbuild
171171
- name: Build Library
172-
run:
172+
run: |
173+
cd $GITHUB_WORKSPACE
173174
cmake --build build
174-
working-directory: github.workspace

0 commit comments

Comments
 (0)