Skip to content

Commit

Permalink
Merge pull request #44 from atom-community/setup-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jun 26, 2022
2 parents 28945c7 + e931c7d commit 11d1ccb
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 31 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ jobs:
with:
version: ${{ matrix.pnpm }}

- uses: actions/setup-python@v4
- name: Setup Cpp
uses: aminya/setup-cpp@v1
with:
python-version: "3.x"
vcvarsall: ${{ contains(matrix.os, 'windows') }}
python: true
architecture: ${{ matrix.arch }}

- name: Install and build
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
"prettier-config-atomic": "^3.0.10",
"shx": "^0.3.3"
},
"engines": {
"node": "12 || 14 || 16",
"pnpm": "6"
},
"pnpm": {
"overrides": {
"node-gyp": "^9.0.0"
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11d1ccb

Please sign in to comment.