Commit 32bf5826 authored by Will Cory's avatar Will Cory

give up on foundry version for now

parent c8c66c09
...@@ -15,15 +15,8 @@ runs: ...@@ -15,15 +15,8 @@ runs:
registry-url: https://registry.npmjs.org registry-url: https://registry.npmjs.org
cache: pnpm cache: pnpm
- name: Get foundry version
id: foundry-version
shell: bash
run: echo ::set-output name=version::$(cat .foundryrc)
- name: Setup foundry - name: Setup foundry
uses: foundry-rs/foundry-toolchain@v1 uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-${{ steps.foundry-version.outputs.version }}
- name: Install node dependencies - name: Install node dependencies
shell: bash shell: bash
......
...@@ -49,15 +49,9 @@ jobs: ...@@ -49,15 +49,9 @@ jobs:
registry-url: https://registry.npmjs.org registry-url: https://registry.npmjs.org
cache: pnpm cache: pnpm
- name: Get foundry version
id: foundry-version
shell: bash
run: echo ::set-output name=version::$(cat .foundryrc)
- name: Setup foundry - name: Setup foundry
uses: foundry-rs/foundry-toolchain@v1 uses: foundry-rs/foundry-toolchain@v1
with:
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