electron/.github/actions/install-build-tools/action.yml
trop[bot] c916070300
build: update build-tools for GHA (#42873)
chore: update build-tools for GHA

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
2024-07-12 11:17:39 +02:00

11 lines
No EOL
307 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