diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 284305e..2ca95eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: with: go-version: '^1.20' - name: Install dependencies - run: sudo apt update && sudo apt install -yy build-essential + run: apt update && apt install -yy build-essential - name: Build run: make build @@ -37,7 +37,7 @@ jobs: with: go-version: '^1.20' - name: Install dependencies - run: sudo apt update && sudo apt install -yy build-essential + run: apt update && apt install -yy build-essential - name: Test run: make test env: