Skip to content

Commit

Permalink
github-action - integrate composite install dependecies action to wor…
Browse files Browse the repository at this point in the history
…kflows
  • Loading branch information
SiskaPavel committed Oct 3, 2024
1 parent bf19450 commit 5ecd495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
container: ${{ inputs.os }}
steps:
- name: Install dependencies
run: |
dnf install -y make gcc-c++ cmake3 git rpm-build fuse3-devel
uses: ./.github/actions/install-dependencies
- name: Check out repository code
uses: actions/checkout@v4
- name: Mark github workspace as safe
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install dependencies
run: |
dnf install -y make gcc-c++ clang clang-tools-extra cmake3 git rpm-build fuse3-devel
uses: ./.github/actions/install-dependencies
with:
clang-tools: true
- name: make format-check
run: make format
- name: make tidy-check
Expand Down

0 comments on commit 5ecd495

Please sign in to comment.