Skip to content

Commit

Permalink
create bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Jan 25, 2025
1 parent dbb7e34 commit 926c8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
env.CST_VERSION }}/container-structure-test-linux-${{ matrix.arch }}"
> container-structure-test
&& chmod +x container-structure-test
&& mkdir -p $HOME/bin/
&& mv container-structure-test $HOME/bin/
&& echo $HOME/bin/ >> $GITHUB_PATH
Expand Down

0 comments on commit 926c8ee

Please sign in to comment.