From 4ac0691e373ca40b5f2c4e66880943413f4d580f Mon Sep 17 00:00:00 2001 From: Gulshan Singh Date: Sun, 7 Apr 2024 23:12:55 -0700 Subject: [PATCH] Manually clone art-kernel-toolkit --- .github/workflows/build.yml | 8 +++++++- README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d33b23..77f968a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/README.md b/README.md index 2ea0131..5d11fb8 100644 --- a/README.md +++ b/README.md @@ -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)