Skip to content

Commit

Permalink
chore: adapt to hermit-rs' kernel renaming
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Aug 25, 2023
1 parent 0aedc55 commit 373581d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ jobs:
repository: hermitcore/rusty-hermit
submodules: true
- name: Remove hermit-kernel submodule
run: git rm -r libhermit-rs
run: git rm -r kernel
- name: Checkout hermit-kernel
uses: actions/checkout@v3
with:
path: libhermit-rs
path: kernel
- uses: mkroening/rust-toolchain-toml@main
- uses: Swatinem/rust-cache@v2
- name: Build dev profile
Expand Down Expand Up @@ -250,11 +250,11 @@ jobs:
repository: hermitcore/rusty-hermit
submodules: true
- name: Remove hermit-kernel submodule
run: git rm -r libhermit-rs
run: git rm -r kernel
- name: Checkout hermit-kernel
uses: actions/checkout@v3
with:
path: libhermit-rs
path: kernel
- name: Download loader
uses: dsaltares/fetch-gh-release-asset@1.1.1
with:
Expand Down

0 comments on commit 373581d

Please sign in to comment.