From ce7008665a467c458d230b85efd3ab2ff332a697 Mon Sep 17 00:00:00 2001 From: 2ro <17595647+2ro@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:01:49 -0400 Subject: [PATCH] Goblin Build 127 - payment request notifications, remove avatar name ring, fix CI --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46026398..e91b4cf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,8 @@ jobs: submodules: recursive # nym-sdk is a path dep on ../nym; materialize it before building. - uses: ./.github/actions/fetch-nym + # nip44 is a path dep on ../nip44; materialize it before building. + - uses: ./.github/actions/fetch-nip44 - name: Release build run: cargo build --release @@ -28,6 +30,7 @@ jobs: with: submodules: recursive - uses: ./.github/actions/fetch-nym + - uses: ./.github/actions/fetch-nip44 - name: Release build run: cargo build --release @@ -39,5 +42,6 @@ jobs: with: submodules: recursive - uses: ./.github/actions/fetch-nym + - uses: ./.github/actions/fetch-nip44 - name: Release build run: cargo build --release