Always set environ variables so logs upload correctly

This commit is contained in:
Jordan Carlin 2024-10-20 19:06:11 -07:00
parent f0e58b8fba
commit 0ee9fc779c
No known key found for this signature in database

View File

@ -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