From defd133b9fe420241c1b4e0e831b08031c7a6b0e Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 3 Apr 2026 15:59:47 +0200 Subject: [PATCH] Revert "fix to avoid testutils build on ubuntu ci github" This reverts commit a0ba9e293cb616adf331bf5fcc4a215815846ba9. --- .github/workflows/ci.yml | 3 --- .github/workflows/container-image.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e44a2ca73..c6bb96e54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,6 @@ jobs: - name: Install nimble deps if: steps.cache-nimbledeps.outputs.cache-hit != 'true' run: | - touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims nimble setup --localdeps make rebuild-nat-libs-nimbledeps make rebuild-bearssl-nimbledeps @@ -134,7 +133,6 @@ jobs: - name: Install nimble deps if: steps.cache-nimbledeps.outputs.cache-hit != 'true' run: | - touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims nimble setup --localdeps make rebuild-nat-libs-nimbledeps make rebuild-bearssl-nimbledeps @@ -210,7 +208,6 @@ jobs: - name: Install nimble deps if: steps.cache-nimbledeps.outputs.cache-hit != 'true' run: | - touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims nimble setup --localdeps make rebuild-nat-libs-nimbledeps make rebuild-bearssl-nimbledeps diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 07c74cda4..3d29e998a 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -70,7 +70,6 @@ jobs: - name: Install nimble deps if: ${{ steps.secrets.outcome == 'success' && steps.cache-nimbledeps.outputs.cache-hit != 'true' }} run: | - touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims nimble setup --localdeps make rebuild-nat-libs-nimbledeps make rebuild-bearssl-nimbledeps