Skip to content

Commit 40e7f1f

Browse files
committed
fix up gogen workflow
Signed-off-by: Alex Leong <[email protected]>
1 parent 234a41e commit 40e7f1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gogen.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Proto
1+
name: Gogen
22

33
on:
44
pull_request:
@@ -19,7 +19,6 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
container: ghcr.io/linkerd/dev:v45-go
2121
steps:
22-
- run: apt update && apt install -y unzip
2322
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2423
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
2524
# Ensure that the generated files are up to date.

0 commit comments

Comments
 (0)