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 9fc7e01 commit 073fae3
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 diff
git diff && ! git status | grep modified
- 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 @@ -204,7 +204,7 @@ jobs:
strategy:
matrix:
os:
- windows-2019
# - windows-2019
- windows-2022
platform:
- arch: win64
Expand Down

0 comments on commit 073fae3

Please sign in to comment.