ci: try to remove zlib1g-dev:arm64

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-17 15:48:02 +08:00
parent 2a43efde07
commit c1e31ac4e3
No known key found for this signature in database

View file

@ -58,7 +58,7 @@ jobs:
if: ${{ matrix.runtime == 'linux-arm64' }}
run: |
sudo apt-get update
sudo apt-get install -y llvm gcc-aarch64-linux-gnu zlib1g-dev:arm64
sudo apt-get install -y llvm gcc-aarch64-linux-gnu
- name: Build
run: dotnet build -c Release
- name: Publish