mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Remove ci flag
This commit is contained in:
parent
b925335bbb
commit
9196dc2216
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test-alpha.yml
vendored
2
.github/workflows/build-and-test-alpha.yml
vendored
|
|
@ -116,6 +116,6 @@ jobs:
|
|||
go install github.com/go-task/task/v3/cmd/task@latest
|
||||
mkdir -p ./test-${{ matrix.template }}
|
||||
cd ./test-${{ matrix.template }}
|
||||
wails3 init -n ${{ matrix.template }} -t ${{ matrix.template }} -ci
|
||||
wails3 init -n ${{ matrix.template }} -t ${{ matrix.template }}
|
||||
cd ${{ matrix.template }}
|
||||
wails3 build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue