We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcb3f4 commit aa1de4aCopy full SHA for aa1de4a
1 file changed
.github/workflows/app-build.yml
@@ -93,22 +93,6 @@ jobs:
93
workspaces: apps/app/src-tauri
94
key: ${{ inputs.platform }}-${{ inputs.args }}
95
96
- - name: setup mold
97
- if: startsWith(inputs.platform, 'ubuntu')
98
- uses: rui314/setup-mold@v1
99
-
100
- - name: setup_windows_linker
101
- if: startsWith(inputs.platform, 'windows')
102
- shell: bash
103
- run: echo "RUSTFLAGS=-C linker=rust-lld" >> $GITHUB_ENV
104
105
- - name: setup_linux_linker
106
- if: startsWith(inputs.platform, 'ubuntu') && inputs.mobile != 'android'
107
108
- run: |
109
- sudo apt-get install -y clang
110
- echo "RUSTFLAGS=-C linker=clang -C link-arg=-fuse-ld=mold" >> $GITHUB_ENV
111
112
# ------------- Android -------------
113
- name: Set up JDK
114
if: inputs.mobile == 'android'
0 commit comments