File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments