Skip to content

Commit

Permalink
chore: Windows x86 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Aug 24, 2021
1 parent 566dc27 commit 59c0d42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 139 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -19,6 +19,10 @@ jobs:
- 15
- 16

architecture:
- x64
- x86

include:
- node: 12
os: windows-2016
Expand All @@ -36,9 +40,10 @@ jobs:
uses: actions/setup-node@v2.4.0
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.architecture }}

- name: Install packages
run: npm install --unsafe-perm
run: npm install
env:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true

Expand All @@ -48,7 +53,7 @@ jobs:
- uses: actions/upload-artifact@v2
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
with:
name: ${{ matrix.node }}
name: ${{ matrix.node }}-${{ matrix.architecture }}
path: |
vendor/**/binding.node
build/Release/binding.pdb
137 changes: 0 additions & 137 deletions appveyor.yml

This file was deleted.

0 comments on commit 59c0d42

Please sign in to comment.