Skip to content

Commit

Permalink
change hyperdrive to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Apr 25, 2024
1 parent 67682f2 commit a7695c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/rust_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@ jobs:
with:
submodules: recursive

- name: check out hyperdrive
uses: actions/checkout@main
with:
repository: delvtech/hyperdrive
ref: "latest"
path: "./hyperdrive"

- name: install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: check out hyperdrive
uses: actions/checkout@v3
with:
repository: delvtech/hyperdrive
path: "./hyperdrive"

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/rust_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: check out hyperdrive
uses: actions/checkout@main
uses: actions/checkout@v3
with:
repository: delvtech/hyperdrive
ref: "latest"
path: "./hyperdrive"

# NOTE: This is needed to ensure that hyperdrive-wrappers builds correctly.
Expand Down

0 comments on commit a7695c2

Please sign in to comment.