Skip to content

Commit

Permalink
Manually clone art-kernel-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingh93 committed Apr 8, 2024
1 parent 2ca54d3 commit 4ac0691
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@ jobs:
with:
repository: gsingh93/linux-exploit-dev-env

# Don't clone submodules since we need to use the version of
# `art-kernel-toolkit` from the commit currently being tested
- name: Clone build rules for art-kt
uses: actions/checkout@v4
with:
repository: gsingh93/linux-exploit-dev-env-art-kt
submodules: true
path: external/art-kt

- name: Clone art-kernel-toolkit
uses: actions/checkout@v4
with:
path: external/art-kt/art-kernel-toolkit

- name: Download kernel artifacts
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Contributions are welcome, see [CONTRIBUTING.md](CONTRIBUTING.md).

This is not an officially supported Google product.

---
______________________________________________________________________

- [Clone and Build](#clone-and-build)
- [Installing](#installing)
Expand Down

0 comments on commit 4ac0691

Please sign in to comment.