refresh
Some checks failed
Build software / prepare (push) Failing after 1m4s

This commit is contained in:
2024-06-24 22:39:17 +02:00
parent 20a0cfb3a0
commit 1e833f2653

View File

@@ -22,8 +22,12 @@ jobs:
export PATH=$PATH:/usr/local/go/bin
go version
- run: node -v
- run: npm -v
- name: Set up wails
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
- name: Building application...
run: wails build
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code