diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c3f4683..aa00fa7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,6 +51,8 @@ jobs: run: pnpm install --frozen-lockfile - uses: rui314/setup-mold@v1 + with: + make-default: false - name: Install Rust stable uses: dtolnay/rust-toolchain@stable diff --git a/src-tauri/.cargo/config.toml b/src-tauri/.cargo/config.toml index 2c3dbcd..c9944ba 100644 --- a/src-tauri/.cargo/config.toml +++ b/src-tauri/.cargo/config.toml @@ -1,3 +1,3 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] \ No newline at end of file +rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"] \ No newline at end of file