Oopsie. Also, does rust-cache work on gitea?
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s
Details
This commit is contained in:
parent
19d6affd30
commit
dad8401212
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue