Skip to content

Commit

Permalink
OVMF boot issue workaround (2/2): update setup-environment action
Browse files Browse the repository at this point in the history
Update setup-environment action to use use the old OVMF firmware
when booting eve with qemu otherwise boot will hang.

Signed-off-by: Shahriyar Jalayeri <[email protected]>
  • Loading branch information
shjala committed Nov 8, 2024
1 parent c52a8fe commit 8688c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ runs:
fi
./eden config set default --key=eve.accel --value=true
else
echo $(pwd)
ls -al
# ./eden config set default --key eve.firmware --value "XXX YYY"
./eden config set default --key=eve.accel --value=false
fi
./eden config set default --key=eve.tpm --value=${{ inputs.tpm_enabled }}
Expand Down

0 comments on commit 8688c44

Please sign in to comment.