Skip to content

Commit

Permalink
fixup! 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 bc8925d commit 5c50acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- 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: apt update && apt install npm && npm -g install ajv ajv-cli
run: apt-get update && apt-get install -y npm && npm -g install ajv ajv-cli
- name: Validate CBOM
run: scripts/validate_cbom.sh

Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install sudo # TODO move this into Dockerfile
run: apt update && apt install sudo curl
run: apt-get update && apt-get install -y sudo curl
- name: Setup nix
uses: cachix/install-nix-action@v26
- name: Setup jasmin-compiler
Expand Down

0 comments on commit 5c50acd

Please sign in to comment.