Skip to content

Commit

Permalink
Or use find+mv because the install target is too greedy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Barry committed Feb 11, 2023
1 parent f2c96f9 commit 79ec320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
working-directory: src/sigs.k8s.io/cri-tools
run: |
make critest crictl
make install
find $(pwd)/build/bin -type f -exec mv {} /usr/local/bin \;
- name: Checkout cri-dockerd
uses: actions/checkout@v2
Expand Down

0 comments on commit 79ec320

Please sign in to comment.