Fixup to apt command on ad2ef0e

This commit is contained in:
Waldir Leoncio 2021-10-11 14:00:00 +02:00
parent ad2ef0e789
commit ee4d35ee85

View file

@ -65,7 +65,7 @@ jobs:
- name: Installing system dependencies - name: Installing system dependencies
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
apt install libcurl4-openssl-dev sudo apt-get install libcurl4-openssl-dev
while read -r cmd while read -r cmd
do do
eval sudo $cmd eval sudo $cmd