Skip to content

Commit

Permalink
Fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 20, 2024
1 parent 6faf9e1 commit 2f1c438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: cmake
run: mkdir cbuild; cd cbuild; cmake ..
- name: make
run: cd build; make
run: cd cbuild; make

# This requires too much disk space (more than 40 GB), so it is disabled for now:

Expand Down

0 comments on commit 2f1c438

Please sign in to comment.