modified: .github/workflows/build_v7.yml

modified:   toyecc/ShortWeierstrassCurve.py
This commit is contained in:
elseif
2026-07-14 16:05:39 +08:00
parent f9d2554725
commit 6014d957f4
2 changed files with 2 additions and 2 deletions

View File

@@ -361,7 +361,7 @@ jobs:
- name: Get refind
if: matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true'
run: sudo wget -O $BUILD_DIR/refind-bin-0.14.2.zip https://downloads.sourceforge.net/project/refind/0.14.2/refind-bin-0.14.2.zip
run: sudo wget -nv -O $BUILD_DIR/refind-bin-0.14.2.zip https://downloads.sourceforge.net/project/refind/0.14.2/refind-bin-0.14.2.zip
- name: Create ISO & INSTALL image files
run: |