Skip to content

Commit c446e69

Browse files
andrurogerzcompnerd
authored andcommitted
[gha] fix lzma package install commands
1 parent 593b920 commit c446e69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,9 @@ jobs:
327327

328328
steps:
329329
- name: Install LZMA libraries
330-
run:
331-
sudo apt install lzma-dev liblzma-dev
330+
run: |
331+
sudo apt-get update
332+
sudo apt-get install -qq --no-install-recommends lzma-dev liblzma-dev
332333
333334
- if: ${{ !contains(matrix.runner, 'arm') }}
334335
uses: seanmiddleditch/gha-setup-ninja@v5

0 commit comments

Comments
 (0)