1
0
forked from GRIN/grim

Goblin Build 127 - payment request notifications, remove avatar name ring, fix CI

This commit is contained in:
2ro
2026-07-02 23:01:49 -04:00
parent 4ab91c6ece
commit ce7008665a
+4
View File
@@ -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