Skip to content

Commit

Permalink
CI: install more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hnez committed Jul 25, 2024
1 parent dd91962 commit c189c4c
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 @@ -14,7 +14,7 @@ jobs:
- run: sudo localectl set-locale en_US.UTF-8
- run: sudo apt-get update
- run: sudo apt-get --assume-yes dist-upgrade
- run: sudo apt-get --assume-yes install build-essential git
- run: sudo apt-get --assume-yes install build-essential chrpath diffstat gawk git lz4
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit c189c4c

Please sign in to comment.