mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 17:21:10 +00:00
workflows/release-tasks: Add missing sudo
This commit is contained in:
parent
fe36150b3f
commit
ffecb43c48
2
.github/workflows/release-tasks.yml
vendored
2
.github/workflows/release-tasks.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: apt-get install -y python3-setuptools
|
||||
run: sudo apt-get install -y python3-setuptools
|
||||
|
||||
- name: Test lit
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user