Skip to content

Commit

Permalink
Use NPM to install asar
Browse files Browse the repository at this point in the history
  • Loading branch information
acerspyro committed Nov 18, 2024
1 parent 74d6c5f commit cd6658b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/notion-repackaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
NOTION_REPACKAGED_REVISION: ${{ needs.preload-variables.outputs.notion_repackaged_revision }}
steps:
- uses: actions/checkout@v4
- name: Install moreutils and asar
run: sudo apt-get install -y moreutils asar
- name: Install moreutils
run: sudo apt-get install -y moreutils
- name: Install asar
run: npm install -g asar
- name: Download official Windows build
env:
NOTION_DOWNLOAD_HASH: ${{ needs.preload-variables.outputs.notion_download_hash }}
Expand All @@ -80,8 +82,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install icnsutils, asar and moreutils
run: sudo apt-get install -y icnsutils moreutils asar
- name: Install icnsutils and moreutils
run: sudo apt-get install -y icnsutils moreutils
- name: Install asar
run: npm install -g asar
- name: Force to use HTTPS instead of SSH
run: git config --global url."https://github.com/".insteadOf "[email protected]:"
- name: Retrieve saved vanilla sources
Expand Down

0 comments on commit cd6658b

Please sign in to comment.