Skip to content

Commit

Permalink
fix: πŸ› no prebuilt binaries found
Browse files Browse the repository at this point in the history
βœ… Closes: #5
  • Loading branch information
jlarmstrongiv committed May 12, 2021
1 parent f0dfebb commit 0d6023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: ./tfjs-node-lambda-releases
# https://stackoverflow.com/a/35589472
run: |
npm install @tensorflow/tfjs-node@${{ matrix.tensorflow }}
npm install --build-from-source @tensorflow/tfjs-node@${{ matrix.tensorflow }}
- name: Compile
id: compile
Expand Down

0 comments on commit 0d6023b

Please sign in to comment.