Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Dec 18, 2024
1 parent ea1f881 commit 18cfe48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v2
- name: Unshallow clone
run: git fetch --prune --unshallow
- name: Fetch git submodules
run: git submodule update --init --recursive
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ project_name: tailscale-derper

before:
hooks:
- rm -rf tailscale # Remove existing tailscale directory if it exists
- git clone https://github.com/tailscale/tailscale.git
- cd tailscale && go mod download
- go mod tidy
- git submodule update --init --recursive

builds:
- id: xdpderper
Expand Down

0 comments on commit 18cfe48

Please sign in to comment.