aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-16 01:52:59 +0800
committer简律纯 <i@jyunko.cn>2023-11-16 01:52:59 +0800
commita202873fd43ab674e863e6331fa850627edde7c9 (patch)
tree43f58ecc75f1a490ceb2428b6a1eaebcdfa7efe8
parent2b6c0d8b3d0efa3bc10a60f6741a60c5d624912b (diff)
downloadHydroRoll-0.1.4.tar.gz
HydroRoll-0.1.4.zip
fix(ci): delete cache for not supported sythxv0.1.4
-rw-r--r--.github/workflows/release.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 35aa77d..54eeb31 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -22,7 +22,6 @@ jobs:
with:
python-version: "3.9"
architecture: "x64"
- cache: true
- run: pdm install
shell: bash