Skip to content

Commit fd98560

Browse files
committed
make command sudo
1 parent 36cd889 commit fd98560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install LevelDB dependencies # for python 3.13
22-
run: apt install libleveldb-dev
22+
run: sudo apt install libleveldb-dev
2323
- name: Install dependencies
2424
run: pip install build
2525
- name: Build wheel and sdist

0 commit comments

Comments
 (0)