diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 907dfbc2b3..b00d995165 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: apt-get update && apt-get install -y build-essential ccache libgc-dev graphviz libunwind-dev libreadline-dev pkg-config + run: sudo apt-get update && sudo apt-get install -y build-essential ccache libgc-dev graphviz libunwind-dev libreadline-dev pkg-config - name: Install dependencies run: make - name: Run check