From 660073c07c74ed06533cb68c7582378e77351225 Mon Sep 17 00:00:00 2001 From: Js0n <29531167+JasonKhew96@users.noreply.github.com> Date: Thu, 3 Aug 2023 20:22:09 +0800 Subject: [PATCH] fix: GitHub actions libxposed build (#227) --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 979cb7e..323e892 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,12 +42,14 @@ jobs: with: repository: libxposed/api path: libxposed/api + ref: 6ddbb960437fd295273e97f90b9d94f79d5e11dd - name: Checkout libxposed/service uses: actions/checkout@v3 with: repository: libxposed/service path: libxposed/service + ref: 43c4837d07026c26855bfdca45d0acd8425ba3a3 - name: Setup Java uses: actions/setup-java@v3