Use GitHub upstream for Quartz until mirror is fixed
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f11f8a4e89
commit
8780928b9a
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ jobs:
|
||||||
echo "Node version: $(node --version)"
|
echo "Node version: $(node --version)"
|
||||||
echo "NPM version: $(npm --version)"
|
echo "NPM version: $(npm --version)"
|
||||||
|
|
||||||
# Clone Quartz from local mirror
|
# Clone Quartz
|
||||||
git clone --depth 1 https://forge.ops.eblu.me/eblume/quartz.git /tmp/quartz
|
git clone --depth 1 https://github.com/jackyzha0/quartz.git /tmp/quartz
|
||||||
cd /tmp/quartz
|
cd /tmp/quartz
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue