From 5314ca84748d96ebdc5c3e1fd344eb7f1b284610 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 20 Oct 2025 14:13:18 +1100 Subject: [PATCH] pull submodules for RLN --- .github/workflows/test-nimble-install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-nimble-install.yml b/.github/workflows/test-nimble-install.yml index 81c5d615c..132976a52 100644 --- a/.github/workflows/test-nimble-install.yml +++ b/.github/workflows/test-nimble-install.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: "true" # Needed to pull RLN script - uses: nim-lang/setup-nimble-action@v1 with: