Oopsie. Also, does rust-cache work on gitea?
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s Details

This commit is contained in:
Martyn Ranyard 2023-11-07 18:09:13 +01:00
parent 19d6affd30
commit dad8401212
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- uses: Swatinem/rust-cache@v2
- name: Install gotempl
run: |
mkdir -p $HOME/bin

View File

@ -15,7 +15,7 @@ for i in $(seq 0 $(expr $(jq '. | length' < apps.json) - 1)); do
$HOME/bin/gotempl --data-json data.json< ../template/src-tauri/tauri.conf.json > src-tauri/tauri.conf.json
cd src-tauri
cargo tauri build
cargo tauri build -target --target i686-pc-windows-msvc
cargo tauri build --target i686-pc-windows-msvc
cd ..
cd ..
done