Skip to content

Commit

Permalink
attempt to start a firecracker vm
Browse files Browse the repository at this point in the history
  • Loading branch information
ayourtch committed Jul 2, 2024
1 parent ce434bf commit 3815c18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/c-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ jobs:
run: |
cd nat46/modules
KCPPFLAGS='-DNAT46_VERSION=\"test\" -Werror' make
- name: Install arkade
uses: alexellis/setup-arkade@v2
- name: Install firecracker
run: |
sudo arkade system install firecracker
- name: Run microVM
run: sudo -E ./run-vm.sh

0 comments on commit 3815c18

Please sign in to comment.