Skip to content

Commit

Permalink
set LEDGER_ENABLED=false on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
froch committed Jul 25, 2024
1 parent ef13880 commit 2d1f5b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
export LEDGER_ENABLED=false
echo "PATH: $PATH"
fi
Expand Down

0 comments on commit 2d1f5b6

Please sign in to comment.