update window version and change again the path

This commit is contained in:
coco875
2024-01-24 16:52:59 -06:00
committed by Lywx
parent 5a4d12f6da
commit 91e0e67dae
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
run: |
mkdir torch-release
mv build-cmake/torch torch-release/
mv /usr/local/libbz2.so.1.0 torch-release/
cp /usr/local/lib/libbz2.so.1.0 torch-release/
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with:
+2 -2
View File
@@ -8,12 +8,12 @@ on:
jobs:
build:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cmake -S . -B "build/x64" -G "Visual Studio 16 2019" -T v142 -A x64 -DCMAKE_BUILD_TYPE=Release
cmake -S . -B "build/x64" -G "Visual Studio 17 2022" -T v142 -A x64 -DCMAKE_BUILD_TYPE=Release
cmake --build .\build\x64
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4