Skip to content

Commit

Permalink
setup python 12 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhi-singtown committed Dec 2, 2024
1 parent 4d7560c commit b06e2eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
name: Build ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.12
- if: matrix.node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b06e2eb

Please sign in to comment.