File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 uses : actions/setup-go@v6
4242 with :
4343 go-version-file : go.mod
44+ - name : " Install OpenSSL dependencies"
45+ run : apt-get install -y perl-FindBin perl-core
4446 - name : " Cache build artifacts"
4547 uses : Swatinem/rust-cache@v2
4648 - name : " Build CRDs"
Original file line number Diff line number Diff line change 3939 uses : actions/setup-go@v6
4040 with :
4141 go-version-file : go.mod
42+ - name : " Install OpenSSL dependencies"
43+ run : apt-get install -y perl-FindBin perl-core
4244 - name : " Cache build artifacts"
4345 uses : Swatinem/rust-cache@v2
4446 - name : " Build CRDs"
6365 uses : actions/setup-go@v6
6466 with :
6567 go-version-file : go.mod
68+ - name : " Install OpenSSL dependencies"
69+ run : apt-get install -y perl-FindBin perl-core
6670 - name : " Cache build artifacts"
6771 uses : Swatinem/rust-cache@v2
6872 - name : " Build CRDs"
9397 uses : actions/setup-go@v6
9498 with :
9599 go-version-file : go.mod
100+ - name : " Install OpenSSL dependencies"
101+ run : apt-get install -y perl-FindBin perl-core
96102 - name : " Cache build artifacts"
97103 uses : Swatinem/rust-cache@v2
98104 - name : " Build CRDs"
@@ -121,6 +127,8 @@ jobs:
121127 uses : actions/setup-go@v6
122128 with :
123129 go-version-file : go.mod
130+ - name : " Install OpenSSL dependencies"
131+ run : apt-get install -y perl-FindBin perl-core
124132 - name : " Cache build artifacts"
125133 uses : Swatinem/rust-cache@v2
126134 - name : " Build CRDs"
You can’t perform that action at this time.
0 commit comments