Skip to content

Commit 7b6cb28

Browse files
committed
ci: sudo is not needed
1 parent a8baf50 commit 7b6cb28

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
- name: Install build dependancies
3535
run: |
36-
sudo apt-get update
37-
sudo apt-get install build-essential expect pkg-config fuse libfuse-dev
36+
apt-get update
37+
apt-get install build-essential expect pkg-config fuse libfuse-dev
3838
3939
- uses: actions/setup-python@v3
4040
with:
@@ -89,10 +89,10 @@ jobs:
8989
submodules: recursive
9090

9191
- run: |
92-
sudo apt-get update
93-
sudo apt-get install build-essential mingw-w64
94-
sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
95-
sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
92+
apt-get update
93+
apt-get install build-essential mingw-w64
94+
update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
95+
update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
9696
9797
- uses: actions/setup-python@v3
9898
with:
@@ -219,8 +219,8 @@ jobs:
219219

220220
- name: Install build dependancies
221221
run: |
222-
sudo apt-get update
223-
sudo apt-get install p7zip-full
222+
apt-get update
223+
apt-get install p7zip-full
224224
225225
- name: Prepare artifacts for release
226226
run: |

0 commit comments

Comments
 (0)