Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
Change build path
  • Loading branch information
Pansanel authored Jan 28, 2025
1 parent beb5391 commit 59f74f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build & install
# Build and install Mychem
run: make && make install
run: make -C ${{ steps.strings.outputs.build-output-dir }} && make install -C ${{ steps.strings.outputs.build-output-dir }}

- name: Load functions
run: sudo mysql -uroot -proot < src/mychemdb.sql
Expand Down

0 comments on commit 59f74f5

Please sign in to comment.