Skip to content

Commit

Permalink
Fix: Add changes to ci-c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Oct 1, 2024
1 parent 1da3099 commit 7f04754
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: 'ubuntu-latest'
container: registry.community.greenbone.net/community/gvm-libs:edge
steps:
- uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ./.github/actions/install-dependencies-action
- name: Check Source Format
run: |
clang-format -i -style=file src/*.c
Expand All @@ -24,7 +25,8 @@ jobs:
runs-on: 'ubuntu-latest'
container: registry.community.greenbone.net/community/gvm-libs:edge
steps:
- uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ./.github/actions/install-dependencies-action
- name: Configure and Compile boreas
run: |
mkdir build
Expand All @@ -38,7 +40,8 @@ jobs:
runs-on: 'ubuntu-latest'
container: registry.community.greenbone.net/community/gvm-libs:edge
steps:
- uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ./.github/actions/install-dependencies-action
- name: Install clang tools
run: |
apt update
Expand Down

0 comments on commit 7f04754

Please sign in to comment.