mirror of
https://github.com/SpaceTimee/Cealing-Host.git
synced 2025-09-14 13:56:47 +08:00
fix dependicies
This commit is contained in:
parent
7b222aa5fc
commit
d4ef66040b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user