Skip to content

Commit 8e34bd3

Browse files
committed
(d) Use fork of arduino/setup-task with macOS ARM support
1 parent 673b2b9 commit 8e34bd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ jobs:
278278
go-version: ${{ env.GO_VERSION }}
279279

280280
- name: Install Taskfile
281-
uses: arduino/setup-task@v1
281+
#uses: arduino/setup-task@v1
282+
uses: per1234/setup-task@arm-arch # TODO: replace me after merge+release
282283
with:
283284
repo-token: ${{ secrets.GITHUB_TOKEN }}
284285
version: 3.x

0 commit comments

Comments
 (0)