mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
ci: rm mold (missed in b86bb3c)
This commit is contained in:
parent
f34e603213
commit
1fda255b69
3 changed files with 0 additions and 3 deletions
1
.github/workflows/build_artifacts.yml
vendored
1
.github/workflows/build_artifacts.yml
vendored
|
|
@ -30,7 +30,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: rui314/setup-mold@v1 # faster linker
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
|
|
|
|||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -37,7 +37,6 @@ jobs:
|
|||
args: " -- --check"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: rui314/setup-mold@v1 # faster linker
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
cargo
|
||||
clang
|
||||
pkg-config
|
||||
mold
|
||||
android-tools
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue