Skip to content

Commit 4c47ffa

Browse files
committed
remove task installation
1 parent 5cee889 commit 4c47ffa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,9 @@ jobs:
4040
with:
4141
go-version: ${{ env.GO_VERSION }}
4242

43-
- name: Install Task
44-
uses: arduino/setup-task@v2
45-
with:
46-
version: 3.x
47-
repo-token: ${{ secrets.GITHUB_TOKEN }}
48-
4943
- name: Build deb
5044
run: |
51-
task build-deb:arduino-app-cli VERSION=${TAG_VERSION} ARCH=${{ matrix.arch }} RELEASE="true"
45+
go tool task build-deb:arduino-app-cli VERSION=${TAG_VERSION} ARCH=${{ matrix.arch }} RELEASE="true"
5246
5347
- name: Create Github Release and upload artifacts
5448
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)