Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Dec 25, 2024
1 parent b102837 commit fa6718a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Install Python 3.12.4
- uses: actions/setup-python@v5
with:
python-version: '3.12.4'
- run: pip install setuptools

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit fa6718a

Please sign in to comment.