Skip to content

Commit

Permalink
ci: add btrfs headers to OS (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpdohall authored Dec 19, 2024
1 parent b5f9d1e commit 72f4363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
needs: [verify, test]
steps:
- name: Install btrfs headers
run: sudo apt-get install libbtrfs-dev -y
- name: Checkout Repo
uses: actions/checkout@v3
with:
Expand All @@ -33,6 +35,8 @@ jobs:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Install btrfs headers
run: sudo apt-get install libbtrfs-dev -y
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Go
Expand All @@ -47,6 +51,8 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install btrfs headers
run: sudo apt-get install libbtrfs-dev -y
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Go
Expand Down

0 comments on commit 72f4363

Please sign in to comment.