From b2b2fb2f2a6d92d18165209cfbde3d409cb51313 Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 31 Mar 2026 01:32:58 +0200 Subject: [PATCH] CI action update. No code changes. (0.39.15) --- .github/workflows/cmake-ubuntu-latest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-ubuntu-latest.yml b/.github/workflows/cmake-ubuntu-latest.yml index 81db60f..88236f8 100644 --- a/.github/workflows/cmake-ubuntu-latest.yml +++ b/.github/workflows/cmake-ubuntu-latest.yml @@ -54,8 +54,8 @@ jobs: - name: Run Examples (crypto) run: ./scripts/run_examples.sh crypto - - name: Run Examples (extra) - run: ./scripts/run_examples.sh extra + #- name: Run Examples (extra) + # run: ./scripts/run_examples.sh extra - name: Run Examples (io) run: ./scripts/run_examples.sh io