add lib for linux

This commit is contained in:
coco875
2024-01-24 16:52:59 -06:00
committed by Lywx
parent c98f14df51
commit 6ad949e535
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
run: sudo apt-get install cmake ninja-build libbz2-dev
- name: Build
run: |
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release
cmake --build build-cmake -j
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with:
name: linux-x64
path: build-cmake/torch
path: build-cmake/torch*
+1
View File
@@ -14,6 +14,7 @@ jobs:
- name: Build
run: |
cmake -S . -B "build/x64" -G "Visual Studio 16 2019" -T v142 -A x64 -DCMAKE_BUILD_TYPE=Release
cmake --build build-cmake -j
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with: