Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Dec 4, 2024
1 parent c86e16d commit 9bbe6e6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ jobs:
- name: install node-gyp
run: npm i -g node-gyp

# - name: Create release folder
# run: |
# mkdir "release\ia32\${{ inputs.build-version }}"
# mkdir "release\x64\${{ inputs.build-version }}"
# mkdir "release\arm64\${{ inputs.build-version }}"

- name: Create release folder
uses: actions/github-script@v7
with:
Expand Down Expand Up @@ -101,7 +95,7 @@ jobs:
cache-name: cache-node-gyp
with:
path: ~\AppData\Local\node-gyp\Cache
key: ${{ runner.os }}
key: ${{ steps.node-test-version.outputs.node-version }}

- name: Build ia32
timeout-minutes: 30
Expand Down

0 comments on commit 9bbe6e6

Please sign in to comment.