Skip to content

Commit 02ea1fd

Browse files
committed
test 4
1 parent c19af99 commit 02ea1fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
options: -v ${{ github.workspace }}:/workspace --rm # Remove the container after execution
2626
# Inside the container, run build commands
2727
run: |
28+
cd /workspace
2829
mkdir build
2930
cd build
3031
cmake ..

0 commit comments

Comments
 (0)