Skip to content

Commit

Permalink
Fix make command
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 28, 2023
1 parent 5c0f1f5 commit fcc4529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "BUILD_VERSION=${version}" >> $GITHUB_ENV
echo "BUILD_ARTIFACT=${shortname}-${version}" >> $GITHUB_ENV
- name: Build native programs
run: make -c native
run: make -C native
- name: Test Maven
run: mvn test
- name: Test Local Setup (non-Maven)
Expand Down

0 comments on commit fcc4529

Please sign in to comment.