Skip to content

Commit

Permalink
set the proper ci flag
Browse files Browse the repository at this point in the history
  • Loading branch information
seanenck committed Dec 27, 2024
1 parent e7a3465 commit 2af72b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "build"
run: make FLAGS="-D CI_NO_NESTED_VIRT"
run: make FLAGS="-D CI_SKIP_NESTED_VIRT"
- name: "check"
run: make check

0 comments on commit 2af72b2

Please sign in to comment.