File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 uses : arduino/setup-task@v1
103103 with :
104104 repo-token : ${{ secrets.GITHUB_TOKEN }}
105- version : 3.9.0
105+ version : 3.x
106106
107107 - name : Build the Agent for linux
108108 run : task go:build
Original file line number Diff line number Diff line change 7979 - name : Install Taskfile
8080 uses : arduino/setup-task@v1
8181 with :
82- version : 3.9.0
82+ version : ' 3.x '
8383 repo-token : ${{ secrets.GITHUB_TOKEN }}
8484
8585 - name : Check the code is good
Original file line number Diff line number Diff line change 9191 uses : arduino/setup-task@v1
9292 with :
9393 repo-token : ${{ secrets.GITHUB_TOKEN }}
94- version : 3.9.0
94+ version : 3.x
9595
9696 # build the agent without GUI support (no tray icon) for integration testing
9797 - name : Build the Agent-cli
Original file line number Diff line number Diff line change 8989 uses : arduino/setup-task@v1
9090 with :
9191 repo-token : ${{ secrets.GITHUB_TOKEN }}
92- version : 3.9.0
92+ version : 3.x
9393
9494 # https://github.com/getlantern/systray#linux
9595 - name : Install Dependencies (Linux)
You can’t perform that action at this time.
0 commit comments