GitHub Actions: update workflows and add Linux arm64 support for .NET

This commit is contained in:
Syping 2025-10-24 21:05:30 +02:00
parent 83832a6724
commit 4d01b1f804
7 changed files with 62 additions and 37 deletions

View file

@ -13,7 +13,7 @@ jobs:
- 17
steps:
- name: Cloning
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install packages
run: |
sudo apt-get update -qq
@ -25,8 +25,7 @@ jobs:
- name: Install
run: cmake --install "${{github.workspace}}/build" --config ${{env.BUILD_TYPE}} --prefix "${{github.workspace}}/install/usr/local"
- name: Upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: Ubuntu C++${{matrix.cxxstd}}
path: |
${{github.workspace}}/install/
path: ${{github.workspace}}/install/