We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb83b0 commit 11f1af7Copy full SHA for 11f1af7
.github/actions/install-linux-deps/action.yml
@@ -42,7 +42,7 @@ runs:
42
run: >
43
sudo apt-get update
44
45
- sudo apt-get install --no-install-recommends
+ sudo apt-get install
46
${{ fromJSON(inputs.gcc-multilib) && 'gcc-multilib' || '' }}
47
${{ fromJSON(inputs.musl-tools) && 'musl-tools' || '' }}
48
${{ fromJSON(inputs.clang) && 'clang' || '' }}
0 commit comments