-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #863 from mkroening/rename-crate-finish
chore: adapt to hermit-rs' kernel renaming
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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/[email protected] | ||
with: | ||
|