diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 030a9924..e50630d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: git submodule update --init --remote backend/extern/libuiohook cd backend/extern/afv-native git checkout modern-chained-callback - cd backend/extern/libuiohook + cd ../libuiohook git checkout unregister-hook-when-debugging - name: Setup Node.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5470894d..e92527b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: git submodule update --init --remote backend/extern/libuiohook cd backend/extern/afv-native git checkout modern-chained-callback - cd backend/extern/libuiohook + cd ../libuiohook git checkout unregister-hook-when-debugging - name: Setup Node.js