From 9fc7e01e9fdb751539ca64237e2504dd49d0635b Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Sun, 24 Dec 2023 09:42:52 +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 2324be25..55480490 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 status | grep modified && git diff - name: Build .deb install package run: cpack working-directory: _build diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ad7fdfd5..0928a273 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -209,7 +209,7 @@ jobs: platform: - arch: win64 oqsconfig: -DOQS_ALGS_ENABLED=STD - osslconfig: no-shared no-fips VC-WIN64A + osslconfig: no-shared no-fips toolchain: - .CMake/toolchain_windows_amd64.cmake msarch: