Commit 7be59599 authored by Will Cory's avatar Will Cory Committed by GitHub

fix: add missing shell: bash to setup.yml

parent 1ba5bd0a
...@@ -17,6 +17,7 @@ runs: ...@@ -17,6 +17,7 @@ runs:
- name: Get foundry version - name: Get foundry version
id: foundry-version id: foundry-version
shell: bash
run: echo ::set-output name=version::$(cat .foundryrc) run: echo ::set-output name=version::$(cat .foundryrc)
- name: Setup foundry - name: Setup foundry
......
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