Skip to content

Commit 8d0e7a3

Browse files
slpjakecorrenti
authored andcommitted
ci: switch to slp/krun tap
Since we're now linking against libkrun instead of libkrun-efi, let's switch the ci to use the slp/krun tap. Signed-off-by: Sergio Lopez <slp@redhat.com>
1 parent f16a009 commit 8d0e7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests-aarch64-darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: Homebrew/actions/setup-homebrew@master
2020

2121
- name: Install dependencies
22-
run: brew tap slp/krunkit && brew install virglrenderer clang-format libkrun-efi
22+
run: brew tap slp/krun && brew install virglrenderer clang-format libkrun
2323

2424
- name: Build
2525
run: cargo build --release --verbose

0 commit comments

Comments
 (0)