Skip to content

Commit

Permalink
Disabled Windows builds until the msvc internal bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh committed Aug 10, 2024
1 parent 519c9a1 commit f395c7b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/windows-daily-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}

- uses: MinoruSekine/setup-scoop@v3
with:
update_path: true
run_as_admin: true
scoop_update: true

- name: Install building tools
run: scoop install git nodejs python ninja nasm 7zip

- name: Run the script
env:
ARCH: ${{ matrix.arch }}
run: node index.js

- name: Create archive
run: |
cd node\out\Release
7z a -mx9 "libnode-${{ matrix.arch }}-windows.zip" libnode.* node.*
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
overwrite: true
tag: ${{ github.ref }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: node\out\Release\libnode-${{ matrix.arch }}-windows.zip
# - uses: ilammy/msvc-dev-cmd@v1
# with:
# arch: ${{ matrix.arch }}

# - uses: MinoruSekine/setup-scoop@v3
# with:
# update_path: true
# run_as_admin: true
# scoop_update: true

# - name: Install building tools
# run: scoop install git nodejs python ninja nasm 7zip

# - name: Run the script
# env:
# ARCH: ${{ matrix.arch }}
# run: node index.js

# - name: Create archive
# run: |
# cd node\out\Release
# 7z a -mx9 "libnode-${{ matrix.arch }}-windows.zip" libnode.* node.*

# - name: Upload binaries to release
# uses: svenstaro/upload-release-action@v2
# with:
# overwrite: true
# tag: ${{ github.ref }}
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: node\out\Release\libnode-${{ matrix.arch }}-windows.zip
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.6.0
v22.5.1

0 comments on commit f395c7b

Please sign in to comment.