Skip to content

Commit

Permalink
Merge #392
Browse files Browse the repository at this point in the history
392: CI: Use main branch of rusty-hermit r=mkroening a=mkroening



Co-authored-by: Martin Kröning <mkroening@posteo.net>
  • Loading branch information
bors[bot] and mkroening committed Aug 16, 2022
2 parents 739f8c3 + e68d8aa commit b875ef5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
- uses: actions/checkout@v3
with:
repository: hermitcore/rusty-hermit
ref: entry-fix
path: rusty-hermit
submodules: true
- name: Build rusty_demo
Expand Down
2 changes: 1 addition & 1 deletion tests/test-kernels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
publish = false

[target.'cfg(target_os = "hermit")'.dependencies]
hermit-sys = { version = "0.3", git = "https://github.com/hermitcore/rusty-hermit", branch = "entry-fix" }
hermit-sys = { version = "0.3", git = "https://github.com/hermitcore/rusty-hermit" }

0 comments on commit b875ef5

Please sign in to comment.