create the CI #1

Open
thinkode wants to merge 38 commits from 6-create-the-ci into develop
Showing only changes of commit 27e8db293b - Show all commits

View File

@@ -24,7 +24,9 @@ jobs:
go version
- name: Set up Wails
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
run: |
source ~/.profile
go install github.com/wailsapp/wails/v2/cmd/wails@latest
- name: Building ${{ github.repository }}
run: wails build