Skip to content

Commit

Permalink
Merge pull request #12 from shishir-dey/ci/fix-github-actions-script
Browse files Browse the repository at this point in the history
Fix the GitHub Actions script
  • Loading branch information
shishir-dey authored Oct 21, 2024
2 parents 4299320 + a00f4a9 commit f5c68c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: cmake --build ${{github.workspace}}/cmake-host-build-debug -- -j 4

- name: Test on host
run: ${{github.workspace}}/cmake-host-build-debug/stm32-devops-template.out
run: ctest --test-dir ${{github.workspace}}/cmake-host-build-debug

- name: Install gcc-arm-none-eabi
run: sudo apt install gcc-arm-none-eabi
Expand Down

0 comments on commit f5c68c4

Please sign in to comment.