From 366a8ed4ab3b504c1320dad28007312c0db95961 Mon Sep 17 00:00:00 2001 From: Nathanaƫl Houn Date: Sat, 16 Apr 2022 18:00:23 +0200 Subject: Update submodule url to ferdium-recipes (#1) * ci: add node-gyp (v8.4.1) install for windows builds Co-authored-by: Vijay Aravamudhan --- .github/workflows/builds.yml | 2 ++ .gitmodules | 2 +- recipes | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index b570dbc44..cfb03bce0 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -309,6 +309,8 @@ jobs: uses: pnpm/action-setup@v2.0.1 with: version: 6.24.1 + - name: Install node-gyp + run: npm install -g node-gyp@8.4.1 - name: Install node dependencies uses: nick-invision/retry@v2.4.0 with: diff --git a/.gitmodules b/.gitmodules index 02804b22f..0cc2a3eea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "recipes"] path = recipes - url = https://github.com/getferdi/recipes.git + url = https://github.com/ferdium/ferdium-recipes.git ignore = all branch = master diff --git a/recipes b/recipes index 47473f7f5..7337c3c42 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit 47473f7f5a52e21289024a919f630475dcffecc2 +Subproject commit 7337c3c428a67005944286d817826e15fe51fbf1 -- cgit v1.2.3-54-g00ecf