From b3e432e9deb9a198fbffc9cda62c5846da603455 Mon Sep 17 00:00:00 2001 From: Alexis Grojean Date: Fri, 2 Aug 2024 15:49:57 +0200 Subject: [PATCH] PR review. --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e203aa1a..d86d0ab1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run : apk add --update nodejs npm - name : Install yarn run: npm install --global yarn - - name: Install Cardano JS Library (Ledger fork) + - name: Install Cardano JS Library run: git clone https://github.com/vacuumlabs/ledgerjs-cardano-shelley.git - name : Run tests run: | diff --git a/Makefile b/Makefile index e0025416..8ba2715b 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ VARIANT_VALUES = cardano_ada DEFINES += RESET_ON_CRASH # Enabling DEBUG flag will enable PRINTF and disable optimizations -DEVEL = 1 +# DEVEL = 1 # DEFINES += HEADLESS # Enabling debug PRINTF