Skip to content

Commit

Permalink
ci-pipeline: add install task to the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MKAbdElrahman committed Sep 4, 2024
1 parent c201943 commit 0f01a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
go-version: stable
cache: false
- name: Install Task CLI
run: |
sudo sh -c "curl -s https://taskfile.dev/install.sh | sh"
sudo mv ./bin/task /usr/local/bin/task
uses: arduino/setup-task@v2
with:
version: 3.x

lint:
name: Lint Application
Expand Down

0 comments on commit 0f01a3a

Please sign in to comment.