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: