2024-06-17 09:26:18 +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-13 17:38:03 +00:00
|
|
|
export BUILD_TOOLS_SHA=d5b87591842be19058e8d75d2c5b7f1fabe9f450
|
2024-06-17 09:26:18 +00:00
|
|
|
npm i -g @electron/build-tools
|
|
|
|
e auto-update disable
|