From 46c6efd780a99ea2639085f186a9ba1e44671158 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 26 Oct 2023 12:52:56 -0700 Subject: [PATCH] fix isNil checks --- .github/workflows/ci.yml | 2 +- vendor/nim-chronos | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b6ab3df..b3d771f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ env: jobs: build: strategy: - fail-fast: false + # fail-fast: false matrix: include: - os: linux diff --git a/vendor/nim-chronos b/vendor/nim-chronos index cdb9cda7..d79aa01d 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit cdb9cda7f1f64b0b2e0445836238685330f57b93 +Subproject commit d79aa01d7dac8bd033955e4f24dba30c857049b1