Skip to content

Commit 11f1af7

Browse files
committed
Install recommends
1 parent 7bb83b0 commit 11f1af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-linux-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
run: >
4343
sudo apt-get update
4444
45-
sudo apt-get install --no-install-recommends
45+
sudo apt-get install
4646
${{ fromJSON(inputs.gcc-multilib) && 'gcc-multilib' || '' }}
4747
${{ fromJSON(inputs.musl-tools) && 'musl-tools' || '' }}
4848
${{ fromJSON(inputs.clang) && 'clang' || '' }}

0 commit comments

Comments
 (0)