Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Dec 3, 2023
1 parent d400f8d commit 0e75a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:

steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -86,6 +88,7 @@ jobs:

steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:

steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 0e75a75

Please sign in to comment.