Commit 0d2ec9d2 authored by Mark Tyneway's avatar Mark Tyneway

gitactions: fixup for new build

parent 278ad7d7
...@@ -58,6 +58,11 @@ jobs: ...@@ -58,6 +58,11 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: yarn run: yarn
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Build - name: Build
run: yarn build run: yarn build
......
...@@ -55,6 +55,11 @@ jobs: ...@@ -55,6 +55,11 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: yarn run: yarn
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Publish To NPM or Create Release Pull Request - name: Publish To NPM or Create Release Pull Request
uses: changesets/action@v1 uses: changesets/action@v1
id: changesets id: changesets
......
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