Skip to content

Commit

Permalink
try installing sdk in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRub committed Jun 15, 2022
1 parent 62a0207 commit 1f08d5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
go-version: 1.18
- name: Setup Operator SDK
run: |
git clone -b v1.22.0 https://github.com/operator-framework/operator-sdk
cd operator-sdk
mkdir /tmp/operator-sdk
git clone -b v1.22.0 https://github.com/operator-framework/operator-sdk /tmp/operator-sdk
cd /tmp/operator-sdk
make install
cd -
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand Down

0 comments on commit 1f08d5e

Please sign in to comment.