We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3733f commit be988f2Copy full SHA for be988f2
action.yml
@@ -13,7 +13,7 @@ runs:
13
echo "::group::Install Essentials"
14
15
case "${{ runner.os }}" in
16
- "Linux") sudo apt-get install build-essential binutils gnupg2 libcurl4 libedit2 libpython2.7 libsqlite3-0 libxml2 libz3-dev tzdata zlib1g-dev;;
+ "Linux") sudo apt-get install build-essential binutils gnupg2 libedit2 libpython2.7 libsqlite3-0 libxml2 libz3-dev tzdata zlib1g-dev;;
17
esac
18
19
echo "::endgroup::"
0 commit comments