From 073fae3cb8fa321f9d9b7836da3c38272f546600 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Sun, 24 Dec 2023 10:03:01 +0100 Subject: [PATCH] remote debugging CI --- .github/workflows/linux.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 55480490..04b707b1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -65,7 +65,7 @@ jobs: ! pip3 install -r oqs-template/requirements.txt 2>&1 | grep ERROR && \ python3 oqs-template/generate.py && \ find . -type f -and '(' -name '*.h' -or -name '*.c' -or -name '*.inc' ')' | xargs clang-format -i && \ - ! git status | grep modified && git diff + git diff && ! git status | grep modified - name: Build .deb install package run: cpack working-directory: _build diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0928a273..41c2a557 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -204,7 +204,7 @@ jobs: strategy: matrix: os: - - windows-2019 +# - windows-2019 - windows-2022 platform: - arch: win64