Merge pull request #1011 from Universal-Debloater-Alliance/chore/fix-outdated

chore: fix outdated CI and comments
This commit is contained in:
Anonymoussaurus 2025-07-10 09:28:42 +02:00 committed by GitHub
commit bb1f245bc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 4 deletions

View file

@ -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: |

View file

@ -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: |

View file

@ -15,7 +15,6 @@
cargo
clang
pkg-config
mold
android-tools
];

View file

@ -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")