Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Dec 18, 2024
1 parent 4042326 commit 0a2c9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
cmake -S . -B build -DUA2F_BUILD_TESTS=OFF -DUA2F_ENABLE_UCI=OFF -DUA2F_ENABLE_ASAN=ON ${{ matrix.cache }}
cmake --build build
sudo ./build/ua2f --version
ldd ./build/ua2f
sudo -E $(which python3) scripts/test.py ./build/ua2f
- name: Upload log
Expand Down

0 comments on commit 0a2c9cc

Please sign in to comment.