Skip to content

Commit ea9b962

Browse files
committed
.local/bin/sbatch
1 parent 1ce4e3d commit ea9b962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qiita-plugin-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
env
5252
env | grep PATH
5353
# creating sbatch executable
54-
sudo echo '/usr/bin/bash "$@"' > /usr/bin/sbatch
55-
sudo chmod +x /usr/bin/sbatch
54+
echo '/usr/bin/bash "$@"' > /home/runner/.local/bin/sbatch
55+
chmod +x /home/runner/.local/bin/sbatch
5656
5757
# we need to download qiita directly so we have "easy" access to
5858
# all config files

0 commit comments

Comments
 (0)