Skip to content

Commit 980d35e

Browse files
committed
sudo
1 parent e2d236b commit 980d35e

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
@@ -49,8 +49,8 @@ jobs:
4949
echo "Testing: " $COVER_PACKAGE
5050
5151
# creating sbatch executable
52-
echo '/usr/bin/bash "$@"' > /usr/bin/sbatch
53-
chmod +x /usr/bin/sbatch
52+
sudo echo '/usr/bin/bash "$@"' > /usr/bin/sbatch
53+
sudo chmod +x /usr/bin/sbatch
5454
5555
# we need to download qiita directly so we have "easy" access to
5656
# all config files

0 commit comments

Comments
 (0)