Skip to content

Commit

Permalink
Download deps for xmq.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jun 19, 2024
1 parent f82f13d commit b825514
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: CHECKOUT_SOURCE
- uses: actions/checkout@v3
- id: INSTALL_ADDITIONAL_BUILD_DEPENDENCIES
run: sudo apt install -y eatmydata libtidy-dev libxml2-dev libxslt1-dev unzip jq
- id: CONFIGURE
run: eatmydata ./configure
- id: MAKE
run: make
run: eatmydata make
- id: TEST
run: make test
run: eatmydata make test

0 comments on commit b825514

Please sign in to comment.