Browse Source

build: fix nan/node tests on GHA (#42548)

Samuel Attard 10 months ago
parent
commit
e217b063a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/pipeline-segment-node-nan-test.yml

+ 2 - 2
.github/workflows/pipeline-segment-node-nan-test.yml

@@ -53,7 +53,7 @@ jobs:
       uses: ./src/electron/.github/actions/install-build-tools
     - name: Init Build Tools
       run: |
-        e init --root=$(pwd) --out=Default ${{ inputs.gn-build-type }} --import ${{ inputs.gn-build-type }} --target-cpu ${{ inputs.target-arch }}
+        e init -f --root=$(pwd) --out=Default ${{ inputs.gn-build-type }} --import ${{ inputs.gn-build-type }} --target-cpu ${{ inputs.target-arch }}
     - name: Install Dependencies
       run: |
         cd src/electron
@@ -117,7 +117,7 @@ jobs:
       uses: ./src/electron/.github/actions/install-build-tools
     - name: Init Build Tools
       run: |
-        e init --root=$(pwd) --out=Default ${{ inputs.gn-build-type }}
+        e init -f --root=$(pwd) --out=Default ${{ inputs.gn-build-type }}
     - name: Install Dependencies
       run: |
         cd src/electron