Skip to content

Commit

Permalink
try exporting PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Jul 18, 2024
1 parent 52ea30e commit 22e6666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
echo "deb-src http://deb.debian.org/debian/ bookworm-backports main" >> /etc/apt/sources.list.d/bookworm-backports.list
apt-get update
apt-get install -y golang-1.22 build-essential git ca-certificates libltdl-dev
export PATH="${PATH}:/usr/lib/go-${GO_VERSION}/bin:/go/bin"
- checkout
- run:
name: check crypto11 not used in signers
Expand Down

0 comments on commit 22e6666

Please sign in to comment.