Skip to content

Commit

Permalink
Fix the directory name
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Shrit <[email protected]>
  • Loading branch information
shrit committed Jun 25, 2024
1 parent b5a7063 commit 59ae675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/linux-steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ steps:

# Now build the examples, only c++.
- script: |
for f in c++/*/*/*; do
for f in cpp/*/*/*; do
dir=`dirname $f`;
# TODO: the dataset cannot be loaded.
Expand Down
2 changes: 1 addition & 1 deletion .ci/macos-steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ steps:

# Now build the examples, only c++.
- script: |
for f in c++/*/*/*; do
for f in cpp/*/*/*; do
dir=`dirname $f`;
# Remove the -fopenmp flag from the Makefile.
sed -i '' 's/ -fopenmp//' $f;
Expand Down

0 comments on commit 59ae675

Please sign in to comment.