Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Idancc authored Mar 4, 2021
1 parent fe29632 commit 4e5fedc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ runs:
# install dependencies based on the technology in use
run: |
sudo apt update
if grep -q npm wss-generated-file-CI.config; then sudo apt install nodejs libssl1.0-dev libnode-dev node-gyp npm; fi
if grep -q gradle wss-generated-file-CI.config; then sudo apt install gradle; fi
if grep -q hex wss-generated-file-CI.config; then sudo apt install elixir; fi
if grep -q python3 wss-generated-file-CI.config; then sudo apt-get install python3-setuptools && sudo pip3 install virtualenv pipenv; fi
Expand Down

0 comments on commit 4e5fedc

Please sign in to comment.