Skip to content

Commit

Permalink
Latest chiavdf libs for the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Mar 8, 2024
1 parent fe6b9bf commit 6b576b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Get latest chiavdf libs
run: |
apt-get update && apt-get install -y unzip
LATEST_CHIAVDF=$(curl -s https://latest.cmm.io/chiavdf)
mkdir chiavdfc
cd chiavdfc || exit 1
wget https://github.com/Chia-Network/chiavdf/releases/download/$LATEST_CHIAVDF/chiavdfc-ubuntu-intel.zip
unzip chiavdfc-ubuntu-intel.zip
echo "CGO_CFLAGS=-I${{ env.GITHUB_WORKSPACE }}/chiavdfc/chiavdfc-ubuntu-intel" >> "$GITHUB_ENV"
- name: Test
run: make test

0 comments on commit 6b576b1

Please sign in to comment.