Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Mar 8, 2024
1 parent 0b28cc7 commit 8db2236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
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
echo "CGO_CFLAGS=-I${{ env.GITHUB_WORKSPACE }}/chiavdfc/chiavdfc-ubuntu-intel" >> "$GITHUB_ENV"
- name: Test
run: make test

0 comments on commit 8db2236

Please sign in to comment.