diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index bb167e3..5a36013 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -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: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b62d42..bce9c65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/flake.nix b/flake.nix index ba1a303..a9de2c1 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,6 @@ cargo clang pkg-config - mold android-tools ]; diff --git a/src/main.rs b/src/main.rs index 403d676..adb0800 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")