diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 34617a9..72b4b33 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: # uses: actions/checkout@v3 - name: Install build tools - run: sudo apt update && sudo apt install -y build-essential zip + run: apt update && apt install -y build-essential zip - name: Compile project run: make