diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d6288f..6be1a97f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -241,8 +241,8 @@ jobs: steps: - name: Install dependencies run: | - sudo apt-get update - sudo apt-get -y --no-install-recommends install \ + apt-get update + apt-get -y --no-install-recommends install \ git \ libssl-dev \ make \