diff --git a/.github/workflows/changeset.yml b/.github/workflows/changeset.yml index 66911a9..f008ea6 100644 --- a/.github/workflows/changeset.yml +++ b/.github/workflows/changeset.yml @@ -36,6 +36,8 @@ jobs: sudo apt-get update sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf + - uses: rui314/setup-mold@v1 + - name: Create Release Pull Request id: changesets uses: changesets/action@v1 diff --git a/src-tauri/.cargo/config.toml b/src-tauri/.cargo/config.toml index 27a1ac2..bc80e26 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/local/bin/mold"] +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"]