Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
b3ed791538
commit
ff385d827f
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ jobs:
|
|||
with:
|
||||
go-version: '>=1.23.0'
|
||||
uses: https://code.forgejo.org/actions/setup-go@v5
|
||||
- name: Install sudo
|
||||
id: sudo
|
||||
run: |
|
||||
apt update && apt install sudo
|
||||
- name: Setup Tailscale
|
||||
id: tailscale
|
||||
uses: https://github.com/tailscale/github-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue