Skip to content

Commit

Permalink
ci: Update microv_efi_debug artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
chp-io committed Jun 23, 2023
1 parent 386a42f commit 3cae659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/microv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ jobs:
echo 'set(XEN_READCONSOLE_ROOTVM ON)' >> ../config.cmake
echo 'set(USE_XUE ON)' >> ../config.cmake
echo 'set(ENABLE_SERIAL ON)' >> ../config.cmake
echo 'set(DEFAULT_COM_PORT 0x3F8U)' >> ../config.cmake
echo 'set(DEBUG_LEVEL 9)' >> ../config.cmake
cmake ../microv/deps/hypervisor -DCONFIG=../config.cmake -DCMAKE_CXX_FLAGS="--verbose "
make
make -j
shell: bash

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3cae659

Please sign in to comment.