Skip to content

Commit

Permalink
fix: πŸ› node-gyp dependencies
Browse files Browse the repository at this point in the history
βœ… Closes: #5
  • Loading branch information
jlarmstrongiv committed May 12, 2021
1 parent 0d6023b commit 24da150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"commitlint",
"deduplicate",
"deduplicated",
"groupinstall",
"imagename",
"lambci",
"Leray",
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:

steps:
- name: Install dependencies with yum
# https://stackoverflow.com/a/14668751
run: |
yum install tar -y
yum install git -y
yum groupinstall "Development Tools" -y
yum install python3 -y
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 24da150

Please sign in to comment.