Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Mar 8, 2024
2 parents db3a312 + 06d37f0 commit 7267243
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
go-version: '1.20'

- name: Install systemd headers
run: sudo apt install -y libsystemd-dev

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 7267243

Please sign in to comment.