Skip to content

Commit 35823f9

Browse files
authored
Update cmake-multi-platform.yml
1 parent aa841f1 commit 35823f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build project
1818
run: |
1919
# Placeholder: Replace with your build commands (e.g., make, cmake)
20-
chdir /home/runner/work/ae2f/CL-Ann
20+
cd /home/runner/work/ae2f/CL-Ann
2121
rm -r -f build
2222
cd build
2323
cmake ..
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Run tests
2828
run: |
29-
chdir /home/runner/work/ae2f/CL-Ann/build
29+
cd /home/runner/work/ae2f/CL-Ann/build
3030
ctest
3131
cd ..
3232

0 commit comments

Comments
 (0)