diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index a8ea5c8a..571bb841 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -157,7 +157,7 @@ jobs: path: bin - name: Install build dependencies - run: sudo apt-get update && sudo apt-get install -y build-essential + run: apt update && apt install -y build-essential - name: Run tests run: | @@ -186,7 +186,7 @@ jobs: uses: actions/checkout@v4 - name: Install build dependencies - run: sudo apt-get update && sudo apt-get install -y build-essential + run: apt update && apt install -y build-essential - name: Run tests run: | @@ -222,7 +222,7 @@ jobs: path: bin - name: Install build dependencies - run: sudo apt-get update && sudo apt-get install -y build-essential + run: apt update && apt install -y build-essential - name: Run tests run: |