Skip to content

Commit

Permalink
Add missing build-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrenfeu committed Feb 12, 2025
1 parent 6b2506b commit 991e8c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
- uses: actions/checkout@v4
name: πŸ“₯ Checkout repo

- name: πŸ—ƒ Cache πŸ“¦ APT Packages
uses: awalsh128/[email protected]
with:
packages: xmlstarlet
version: 1.0

- name: πŸ•΅ Inspect if this is a proper "scijava-scripts" release
run: scripts/check-if-release.sh

Expand Down

0 comments on commit 991e8c4

Please sign in to comment.