Skip to content

Commit

Permalink
Install build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCHogg committed Jul 24, 2024
1 parent f747363 commit f8fdb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: "1.22.2"

- name: Install depedencies
run: apt-get install libbtrfs-dev -y
run: sudo apt-get install libbtrfs-dev -y

- name: Download Go Modules
run: go mod download
Expand Down

0 comments on commit f8fdb31

Please sign in to comment.