Skip to content

Commit

Permalink
CI: workaround (2) for CircleCI Ubuntu VM image
Browse files Browse the repository at this point in the history
Since the base (the current and the edge) image(s) is(are) out of date,
we need to do something to fix the image (or the build).

Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
  • Loading branch information
claudioandre-br authored and solardiz committed Mar 10, 2024
1 parent dd56781 commit 138e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
name: Preparing
command: |
uname -a
# sudo apt update && sudo apt install -y libssl-dev zlib1g-dev libgmp-dev libpcap-dev libbz2-dev
sudo apt update && sudo apt install -y zlib1g-dev libgmp-dev libpcap-dev libbz2-dev
- run:
name: Building JtR
command: .circleci/circle-ci.sh BUILD
Expand Down

0 comments on commit 138e01e

Please sign in to comment.