Skip to content

Commit

Permalink
remove step
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Feb 28, 2024
1 parent b1be19f commit 89cbe59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-binary-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
name: Build binary artifacts, sign, export
runs-on: ubuntu-latest
steps:
- name: Install Script Dependencies
id: install_script_dependencies
run: npm install -g pkg

- name: Check out the repo
uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ rm -rf $dist_dir/*
printf "[BUILD_TASK] Fetching node_modules\n"
rm -rf ./node_modules
npm ci
npm install -g pkg

# Bundle
printf "[BUILD_TASK] Bundling\n"
Expand Down

0 comments on commit 89cbe59

Please sign in to comment.