From 9196dc2216804660f4c58291cd533a304994a485 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 8 Sep 2023 14:49:50 +1000 Subject: [PATCH] Remove ci flag --- .github/workflows/build-and-test-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-alpha.yml b/.github/workflows/build-and-test-alpha.yml index bc562e206..d955a986f 100644 --- a/.github/workflows/build-and-test-alpha.yml +++ b/.github/workflows/build-and-test-alpha.yml @@ -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