Commit 7430ed81 authored by yan.yan's avatar yan.yan
Browse files

debug windows

parent 276c242e
...@@ -47,7 +47,7 @@ jobs: ...@@ -47,7 +47,7 @@ jobs:
shell: powershell shell: powershell
run: | run: |
$ProgressPreference = 'SilentlyContinue' $ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri "https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/$BOOST_VERSION.zip" -UseBasicParsing -OutFile $HOME/boost.zip Invoke-WebRequest -Uri "https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.zip" -UseBasicParsing -OutFile $HOME/boost.zip
Expand-Archive $HOME/boost.zip -DestinationPath $HOME/boost Expand-Archive $HOME/boost.zip -DestinationPath $HOME/boost
.\tools\install_windows_cuda.ps1 .\tools\install_windows_cuda.ps1
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment