Skip to content

Commit

Permalink
remote debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Dec 24, 2023
1 parent b8c292c commit 9fc7e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9fc7e01

Please sign in to comment.