Skip to content

Commit

Permalink
Merge pull request #863 from mkroening/rename-crate-finish
Browse files Browse the repository at this point in the history
chore: adapt to hermit-rs' kernel renaming
  • Loading branch information
mkroening authored Aug 25, 2023
2 parents 0aedc55 + 373581d commit 0a92eae
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 0a92eae

Please sign in to comment.