Skip to content

Commit

Permalink
Workarounds
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 20, 2024
1 parent 3e7b345 commit 591e173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: python3 -m pytest --verbose tests/test_code_conventions.py
- name: Check that doxygen can parse the documentation
run: mkdir build && ./scripts/run_doxygen.sh $(which doxygen) ./docs/.Doxyfile ./build
- name: Install ajv # TODO move this into Dockerfile
run: npm -g install ajv ajv-cli
- name: Validate CBOM
run: scripts/validate_cbom.sh

Expand All @@ -38,6 +40,8 @@ jobs:
container: openquantumsafe/ci-ubuntu-latest:latest
runs-on: ubuntu-latest
steps:
- name: Install sudo # TODO move this into Dockerfile
run: apt update && apt install sudo
- name: Setup nix
uses: cachix/install-nix-action@v26
- name: Setup jasmin-compiler
Expand Down

0 comments on commit 591e173

Please sign in to comment.