Skip to content

Commit

Permalink
build.yml の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdanggg2 authored Nov 8, 2024
1 parent 076d794 commit 7d2b8be
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 @@ -32,6 +32,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install termcolor
shell: powershell

- name: Cache DirectX SDK
id: cache-dx9
Expand Down

0 comments on commit 7d2b8be

Please sign in to comment.