Skip to content

Commit

Permalink
ci: fix path when cloning rust-seL4 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Sep 23, 2023
1 parent 32baaf8 commit f4ec2e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
repository: Ivan-Velickovic/rust-seL4
ref: dev
path: examples/rust
path: examples/rust/rust-seL4
- name: Build and run VMM examples
run: ./ci/examples.sh ${PWD}/sel4cp-sdk-1.2.6
shell: bash
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
repository: Ivan-Velickovic/rust-seL4
ref: dev
path: examples/rust
path: examples/rust/rust-seL4
- name: Build and run VMM examples
run: ./ci/examples.sh ${PWD}/sel4cp-sdk-1.2.6
shell: bash
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
with:
repository: Ivan-Velickovic/rust-seL4
ref: dev
path: examples/rust
path: examples/rust/rust-seL4
- name: Build and run VMM examples
run: nix-shell --pure --run "./ci/examples.sh ${PWD}/sel4cp-sdk-1.2.6"
- name: Upload built system images
Expand All @@ -141,7 +141,7 @@ jobs:
with:
repository: Ivan-Velickovic/rust-seL4
ref: dev
path: examples/rust
path: examples/rust/rust-seL4
- name: Build and run VMM examples
run: nix-shell --pure --run "./ci/examples.sh ${PWD}/sel4cp-sdk-1.2.6"
- name: Upload built system images
Expand Down

0 comments on commit f4ec2e3

Please sign in to comment.