Skip to content

Commit

Permalink
The spell check action is failing to pull a version of nodejs it seem…
Browse files Browse the repository at this point in the history
…s to need, see if doing an apt-get update/upgrade first fixes this
  • Loading branch information
Skptak committed Nov 22, 2023
1 parent c63469f commit bb0e728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spellings/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ runs:
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
# Install the Dependencies we need to run the spell-checker
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install util-linux -y
sudo apt-get install fd-find -y
sudo apt-get install npm -y
Expand Down

0 comments on commit bb0e728

Please sign in to comment.