Skip to content

Commit dbb7e34

Browse files
authored
fix permissions problem
1 parent bb0b3ee commit dbb7e34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
env.CST_VERSION }}/container-structure-test-linux-${{ matrix.arch }}"
8484
> container-structure-test
8585
&& chmod +x container-structure-test
86-
&& mv container-structure-test /usr/bin/
86+
&& mv container-structure-test $HOME/bin/
87+
&& echo $HOME/bin/ >> $GITHUB_PATH
88+
8789
8890
- name: Run structure tests
8991
if: steps.changed-files-specific.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)