refresh
Some checks failed
Build software / prepare (push) Failing after 3m47s

This commit is contained in:
2024-06-24 22:54:48 +02:00
parent 27e8db293b
commit c0fd3a6ba8

View File

@@ -29,7 +29,9 @@ jobs:
go install github.com/wailsapp/wails/v2/cmd/wails@latest go install github.com/wailsapp/wails/v2/cmd/wails@latest
- name: Building ${{ github.repository }} - name: Building ${{ github.repository }}
run: wails build run: |
source ~/.profile
wails build
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" - 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 }}." - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."