Skip to content

Commit c027c65

Browse files
committed
ci: install Task without setup action
1 parent df176de commit c027c65

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ jobs:
7676
sudo apt-get install -y libgtk-4-dev libwebkitgtk-6.0-dev
7777
7878
- name: Install Task
79-
uses: arduino/setup-task@v2
79+
run: |
80+
go install github.com/go-task/task/v3/cmd/task@latest
81+
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
82+
shell: bash
8083

8184
- name: Install Frontend Dependencies
8285
run: |

0 commit comments

Comments
 (0)