We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce4e3d commit ea9b962Copy full SHA for ea9b962
.github/workflows/qiita-plugin-ci.yml
@@ -51,8 +51,8 @@ jobs:
51
env
52
env | grep PATH
53
# creating sbatch executable
54
- sudo echo '/usr/bin/bash "$@"' > /usr/bin/sbatch
55
- sudo chmod +x /usr/bin/sbatch
+ echo '/usr/bin/bash "$@"' > /home/runner/.local/bin/sbatch
+ chmod +x /home/runner/.local/bin/sbatch
56
57
# we need to download qiita directly so we have "easy" access to
58
# all config files
0 commit comments