Skip to content

Commit

Permalink
[receivers/promtail] add Install libsystemd-dev step to build-and-tes…
Browse files Browse the repository at this point in the history
…t workflows
  • Loading branch information
mar4uk committed Oct 14, 2022
1 parent 98af233 commit 2b170a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
runs-on: windows-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- run: sudo apt-get -qq update
- name: Install libsystemd-dev
run: sudo apt-get install libsystemd-dev
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Go
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- run: sudo apt-get -qq update
- name: Install libsystemd-dev
run: sudo apt-get install libsystemd-dev
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Go
Expand Down

0 comments on commit 2b170a8

Please sign in to comment.