Skip to content

Commit 4adc20a

Browse files
committed
CI permission error
1 parent 9eb762f commit 4adc20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/c3c_build_latest/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
echo "PATH: $PATH"
2424
git config --global user.email "[email protected]"
2525
git config --global user.name "c3tools CI"
26-
mkdir /var/cores
26+
sudo mkdir /var/cores
2727
sudo bash -c 'echo "/var/cores/core.%e.%t.%p" > /proc/sys/kernel/core_pattern'
2828
sudo chmod ugo+rwx /var/cores/
2929

0 commit comments

Comments
 (0)