Commit c8c66c09 authored by Will Cory's avatar Will Cory

nightly-

parent e20dcb01
......@@ -23,7 +23,7 @@ runs:
- name: Setup foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: ${{ steps.foundry-version.outputs.version }}
version: nightly-${{ steps.foundry-version.outputs.version }}
- name: Install node dependencies
shell: bash
......
......@@ -57,7 +57,7 @@ jobs:
- name: Setup foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: ${{ steps.foundry-version.outputs.version }}
version: nightly-${{ steps.foundry-version.outputs.version }}
- name: Install node dependencies
shell: bash
run: pnpm install --frozen-lockfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment