fix dependicies

This commit is contained in:
Sving1024 2025-05-03 16:58:30 +08:00
parent 7b222aa5fc
commit d4ef66040b
No known key found for this signature in database
GPG Key ID: 2BCE145890082742

View File

@ -9,7 +9,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: generate toml file - name: generate toml file
run: python ./.github/workflows/generate.py run: |
pip install toml
python ./.github/workflows/generate.py
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: config name: config