Remove sudo from ci.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user