mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Always set environ variables so logs upload correctly
This commit is contained in:
parent
f0e58b8fba
commit
0ee9fc779c
1
.github/workflows/install.yml
vendored
1
.github/workflows/install.yml
vendored
@ -114,6 +114,7 @@ jobs:
|
||||
fi
|
||||
# Set environment variables for the rest of the job
|
||||
- name: Set Environment Variables
|
||||
if: always()
|
||||
run: |
|
||||
if [ ! -z ${{ matrix.riscv_path }} ]; then
|
||||
sed -i 's,exit 1,export RISCV=${{ matrix.riscv_path }},g' setup.sh
|
||||
|
Loading…
Reference in New Issue
Block a user