electron/.github/actions/install-build-tools/action.yml
John Kleinschmidt 514e9bbb04
build: update build-tools for GHA (#42870)
chore: update build-tools for GHA
2024-07-11 16:18:26 -04:00

11 lines
308 B
YAML

name: 'Install Build Tools'
description: 'Installs an exact SHA of build tools'
runs:
using: "composite"
steps:
- name: Install Build Tools
shell: bash
run: |
export BUILD_TOOLS_SHA=47d4bb016f47d89938898c794db80b9f98d78ad7
npm i -g @electron/build-tools
e auto-update disable