Skip to content

Commit d25a574

Browse files
committed
changes to permissions
1 parent 2c486bc commit d25a574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
run: |
1515
echo "$SPECIAL_KEY"
1616
echo "done"
17-
export DEBIAN_FRONTEND=noninteractive && apt-get -y update && apt-get -y upgrade && apt-get -y install unzip curl openjdk-16-jre-headless git openjdk-13-jre-headless git ruby npm openssh-client && \
18-
[ -x /usr/bin/gem2.7 ] && gem install bundler:2.2.15 && \
19-
[ -x /usr/share/npm/bin/npm-cli.js ] && npm install --global yarn && \
17+
export DEBIAN_FRONTEND=noninteractive && sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y install unzip curl openjdk-16-jre-headless git openjdk-13-jre-headless git ruby npm openssh-client && \
18+
[ -x /usr/bin/gem2.7 ] && sudo gem install bundler:2.2.15 && \
19+
[ -x /usr/share/npm/bin/npm-cli.js ] && sudo npm install --global yarn && \
2020
[ -x /usr/local/lib/node_modules/yarn/bin/yarn.js ] && curl -L -o /tmp/dependency-check.zip https://github.com/jeremylong/DependencyCheck/releases/download/v6.1.6/dependency-check-6.1.6-release.zip && \
2121
cd /tmp && mkdir -p ~/.ssh/ && chmod 700 ~/.ssh/ && \
2222
unzip dependency-check.zip && \

0 commit comments

Comments
 (0)