We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a43efd commit c1e31acCopy full SHA for c1e31ac
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
if: ${{ matrix.runtime == 'linux-arm64' }}
59
run: |
60
sudo apt-get update
61
- sudo apt-get install -y llvm gcc-aarch64-linux-gnu zlib1g-dev:arm64
+ sudo apt-get install -y llvm gcc-aarch64-linux-gnu
62
- name: Build
63
run: dotnet build -c Release
64
- name: Publish
0 commit comments