diff --git a/.gitea/workflows/buildapps.yaml b/.gitea/workflows/buildapps.yaml index deb2d5b..93d1086 100644 --- a/.gitea/workflows/buildapps.yaml +++ b/.gitea/workflows/buildapps.yaml @@ -21,21 +21,19 @@ jobs: run: | apt-get update apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev - - name: Check out repository code - uses: actions/checkout@v3 - name: Rust cache uses: swatinem/rust-cache@v2 with: workspaces: './src-tauri -> target' - name: Install windows cross-compiling deps - run: apt install nsis lld llvm + run: apt install -y nsis lld llvm - name: And allow rust to work with them run: | rustup target add x86_64-pc-windows-msvc cargo install xwin xwin splat --output ~/.xwin mkdir $HOME/.cargo -p - cat > $HOME/.cargo/config.toml << $HOME/.cargo/config.toml <