Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 30, 2024
1 parent 407ccc2 commit 1395466
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,16 @@ jobs:
if: matrix.os.name == 'Windows'
run: |
git clone https://github.com/Chia-Network/mpir_gc_x64.git
echo 0
echo "$(Get-Location)\mpir_gc_x64" >> $GITHUB_PATH
echo X
echo $GITHUB_PATH
echo Y
echo $Env:PATH
echo Z
echo $Env:GITHUB_PATH
echo A
echo $Env:GITHUB_ENV
- name: Check if MPIR DLL is on the PATH
if: matrix.os.name == 'Windows'
Expand Down

0 comments on commit 1395466

Please sign in to comment.