Commit c8c66c09 authored by Will Cory's avatar Will Cory

nightly-

parent e20dcb01
...@@ -23,7 +23,7 @@ runs: ...@@ -23,7 +23,7 @@ runs:
- name: Setup foundry - name: Setup foundry
uses: foundry-rs/foundry-toolchain@v1 uses: foundry-rs/foundry-toolchain@v1
with: with:
version: ${{ steps.foundry-version.outputs.version }} version: nightly-${{ steps.foundry-version.outputs.version }}
- name: Install node dependencies - name: Install node dependencies
shell: bash shell: bash
......
...@@ -57,7 +57,7 @@ jobs: ...@@ -57,7 +57,7 @@ jobs:
- name: Setup foundry - name: Setup foundry
uses: foundry-rs/foundry-toolchain@v1 uses: foundry-rs/foundry-toolchain@v1
with: with:
version: ${{ steps.foundry-version.outputs.version }} version: nightly-${{ steps.foundry-version.outputs.version }}
- name: Install node dependencies - name: Install node dependencies
shell: bash shell: bash
run: pnpm install --frozen-lockfile 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