Skip to content

Commit

Permalink
ci: update build dep refs for remote snarkos/snarkvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshiest committed Apr 11, 2024
1 parent d034243 commit cf4faa9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cf4faa9

Please sign in to comment.