Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janhaslik authored May 23, 2024
1 parent 6702044 commit dbb7d15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,22 @@ jobs:

# Ensure directories exist and run build commands in /search/build directory
- name: Create search/build directory
run: mkdir -p search/build
run: |
mkdir -p search/build
echo "{working-directory}"
- name: Configure in search/build
run: |
cd search/build
cmake ..
echo "{working-directory}"
- name: Make in search/build
run: |
cd search/build
make
echo "{working-directory}"
- name: Make check in search/build
run: |
Expand Down

0 comments on commit dbb7d15

Please sign in to comment.