2024-07-01 10:33:12 +00:00
|
|
|
name: 'Install Build Tools'
|
|
|
|
description: 'Installs an exact SHA of build tools'
|
|
|
|
runs:
|
|
|
|
using: "composite"
|
|
|
|
steps:
|
|
|
|
- name: Install Build Tools
|
|
|
|
shell: bash
|
|
|
|
run: |
|
2024-07-12 09:17:39 +00:00
|
|
|
export BUILD_TOOLS_SHA=47d4bb016f47d89938898c794db80b9f98d78ad7
|
2024-07-01 10:33:12 +00:00
|
|
|
npm i -g @electron/build-tools
|
|
|
|
e auto-update disable
|