diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index be6560f4..f1a18555 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -61,13 +61,17 @@ jobs: - name: 📥 Checkout snarkOS uses: actions/checkout@v4 with: - repository: AleoNet/snarkOS + repository: AleoHQ/snarkOS + fetch-depth: 0 + ref: ec943b3 # latest canarynet path: snarkos - name: 📥 Checkout snarkVM uses: actions/checkout@v4 with: - repository: AleoNet/snarkVM + repository: AleoHQ/snarkVM + fetch-depth: 0 + ref: ed20562 # latest canarynet path: snarkvm - name: ☁️ Install Nightly @@ -91,13 +95,17 @@ jobs: - name: 📥 Checkout snarkOS uses: actions/checkout@v4 with: - repository: AleoNet/snarkOS + repository: AleoHQ/snarkOS + fetch-depth: 0 + ref: ec943b3 # latest canarynet path: snarkos - name: 📥 Checkout snarkVM uses: actions/checkout@v4 with: - repository: AleoNet/snarkVM + repository: AleoHQ/snarkVM + fetch-depth: 0 + ref: ed20562 # latest canarynet path: snarkvm - name: 🥬 Use Mold Linker