We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a426e33 commit b004670Copy full SHA for b004670
.github/workflows/release.yml
@@ -81,8 +81,15 @@ jobs:
81
sudo apt-get update
82
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils
83
84
+ - name: Add Rust build target for ${{ matrix.target }}
85
+ working-directory: src-tauri
86
+ shell: bash
87
+ run: |
88
+ rustup target add ${{ matrix.target }} || true
89
+
90
- name: Add pizza engine as a dependency
91
working-directory: src-tauri
92
93
run: |
94
BUILD_ARGS="--target ${{ matrix.target }}"
95
if [[ "${{matrix.target }}" != "i686-pc-windows-msvc" ]]; then
0 commit comments