Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
- bump checkout action version
- run on pushes to all branches (not just `main`)

FYI will always fail as setup for old Make build system (rather than new cmake/hk-pilot system)
  • Loading branch information
tdealtry authored May 8, 2024
1 parent c37cf0b commit aa04650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: C/C++ CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand All @@ -19,7 +18,7 @@ jobs:
run: cd /usr/local/hk/ToolFrameworkCore/src/ && make
- name: build hk-datamodel
run: git clone https://github.com/hyperk/hk-DataModel.git /usr/local/hk/hk-ToolApp/hk-DataModel && cd /usr/local/hk/hk-ToolApp/hk-DataModel && make
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build
run: make

Expand Down

0 comments on commit aa04650

Please sign in to comment.