Skip to content

Commit

Permalink
ci: remove boost-dev.
Browse files Browse the repository at this point in the history
This package is no longer necessary.
  • Loading branch information
ericonr committed Sep 20, 2024
1 parent 1fafe32 commit a60ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: ghcr.io/cnpem/lnls-alpine-3.18-epics-7:v0.6.0
steps:
- name: Install dependencies
run: apk add --no-cache boost-dev git meson
run: apk add --no-cache git meson
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a60ff1e

Please sign in to comment.