Move RISCV env. var. setting interal to scripts

This commit is contained in:
abejgonzalez
2021-10-07 19:42:50 -07:00
parent 1fb1350557
commit 26d1731bd9
4 changed files with 12 additions and 7 deletions

View File

@@ -15,9 +15,6 @@ runs:
steps:
- name: run rtl build script cache of chipyard root should have been loaded by prepare-rtl
run: |
export RISCV="$GITHUB_WORKSPACE/riscv-tools-install"
export LD_LIBRARY_PATH="$RISCV/lib"
export PATH="$RISCV/bin:$PATH"
./.github/scripts/${{ inputs.run-script }} ${{ inputs.project-key }}
shell: bash