diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c50134c..79cb912f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,8 +210,8 @@ jobs: - name: Install dependencies run: | - apt-get update - apt-get -y --no-install-recommends install \ + sudo apt-get update + sudo apt-get -y --no-install-recommends install \ g++ \ libssl-dev \ make \