mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-22 21:44:19 +02:00
Merge pull request #1011 from Universal-Debloater-Alliance/chore/fix-outdated
chore: fix outdated CI and comments
This commit is contained in:
commit
bb1f245bc2
4 changed files with 1 additions and 4 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
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ fn main() -> iced::Result {
|
|||
gui::UadGui::start()
|
||||
}
|
||||
|
||||
/// Sets up logging to a new file in `CACHE_DIR/UAD`_{time}.log
|
||||
/// Sets up logging to a new file in `CACHE_DIR"/uadng.log"`
|
||||
/// Also attaches the terminal on Windows machines
|
||||
/// '''
|
||||
/// match `setup_logger().expect("Error` setting up logger")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue