Skip to content

Commit

Permalink
Improve apt installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jun 19, 2024
1 parent cc4a7d9 commit 7059585
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- 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 texlive-xetex
run: |
sudo apt-get install -y eatmydata
sudo eatmydata apt-get update -y
sudo eatmydata sudo apt-get install -y eatmydata libtidy-dev libxml2-dev libxslt1-dev unzip jq texlive-xetex
- id: CONFIGURE
run: eatmydata ./configure
- id: MAKE
Expand Down

0 comments on commit 7059585

Please sign in to comment.