Skip to content

Commit

Permalink
build: Install esbuild pre binary build
Browse files Browse the repository at this point in the history
Do not assume it is already installed
  • Loading branch information
Göran Sander committed Aug 16, 2023
1 parent c393a9d commit 1516778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
- name: Install tool for creating stand-alone executables
run: |
npm install pkg --location=global
npm install --save-exact esbuild
- name: Install dependencies
run: |
Expand Down Expand Up @@ -235,6 +236,7 @@ jobs:
- name: Install tool for creating stand-alone executables
run: |
npm install pkg --location=global
npm install --save-exact esbuild
- name: Install dependencies
run: |
Expand Down Expand Up @@ -318,6 +320,7 @@ jobs:
- name: Install tool for creating stand-alone executables
run: |
npm install pkg --location=global
npm install --save-exact esbuild
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/insiders-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
- name: Install tool for creating stand-alone executables
run: |
npm install pkg --location=global
npm install --save-exact esbuild
- name: Install dependencies
run: |
Expand Down

0 comments on commit 1516778

Please sign in to comment.