Skip to content

Commit

Permalink
ci: install needed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk committed Oct 23, 2023
1 parent fd9d052 commit dc33673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
cache: true
cache-dependency-path: ${{github.workspace}}/go.sum

- name: Upgrade
run: |
sudo apt update &&
sudo apt install systemd util-linux
- name: Build & test (debug mode)
run: |
make GOTAGS=debug
Expand Down

0 comments on commit dc33673

Please sign in to comment.