Skip to content

Commit

Permalink
build script runs build only
Browse files Browse the repository at this point in the history
  • Loading branch information
fde31 committed May 1, 2024
1 parent 19cfc17 commit 1470492
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/upload_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.NODE_PRE_GYP_AWS_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.NODE_PRE_GYP_AWS_KEY }}
run: |
sudo systemctl start avahi-daemon
sh ./utils/build.sh
1 change: 0 additions & 1 deletion utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e -u
# test installing from source
echo "building binaries for publishing";
npm install --build-from-source;
npm test;

node-pre-gyp configure;
node-pre-gyp build;
Expand Down

0 comments on commit 1470492

Please sign in to comment.