mirror of
https://github.com/0x192/universal-android-debloater.git
synced 2026-04-28 03:39:38 +00:00
ldd install not needed for cross-compil tasks
This commit is contained in:
parent
8e077a79d4
commit
284d69d95a
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ i686-pc-windows-gnu:
|
|||
stage: build
|
||||
|
||||
before_script:
|
||||
- apt update -yqq && apt install -yqq mingw-w64 lld
|
||||
- apt update -yqq && apt install -yqq mingw-w64
|
||||
- rustup target add i686-pc-windows-gnu
|
||||
|
||||
script:
|
||||
|
|
@ -27,7 +27,7 @@ x86_64-pc-windows-gnu:
|
|||
stage: build
|
||||
|
||||
before_script:
|
||||
- apt update -yqq && apt install -yqq mingw-w64 lld
|
||||
- apt update -yqq && apt install -yqq mingw-w64
|
||||
- rustup target add x86_64-pc-windows-gnu
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue