Skip to content

Commit

Permalink
Use the new make terget to install to the right paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Barry committed Feb 11, 2023
1 parent a65d711 commit f2c96f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
working-directory: src/sigs.k8s.io/cri-tools
run: |
make critest crictl
sudo mv $(pwd)/build/bin/critest /usr/local/bin
sudo mv $(pwd)/build/bin/crictl /usr/local/bin
make install
- name: Checkout cri-dockerd
uses: actions/checkout@v2
Expand Down

0 comments on commit f2c96f9

Please sign in to comment.