Skip to content

Commit 57fcbf2

Browse files
committed
HACK: Use my hermit-rs fork in CI
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
1 parent 53154fb commit 57fcbf2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Checkout hermit-rs
2626
uses: actions/checkout@v4
2727
with:
28-
repository: hermit-os/hermit-rs
28+
repository: Gelbpunkt/hermit-rs
29+
ref: virtio-net-optional
2930
- name: Checkout hermit-kernel
3031
uses: actions/checkout@v4
3132
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ jobs:
134134
- name: Checkout hermit-rs
135135
uses: actions/checkout@v4
136136
with:
137-
repository: hermit-os/hermit-rs
137+
repository: Gelbpunkt/hermit-rs
138+
ref: virtio-net-optional
138139
- name: Checkout hermit-kernel
139140
uses: actions/checkout@v4
140141
with:

0 commit comments

Comments
 (0)