Skip to content

Commit c1e31ac

Browse files
committed
ci: try to remove zlib1g-dev:arm64
Signed-off-by: leo <longshuang@msn.cn>
1 parent 2a43efd commit c1e31ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ matrix.runtime == 'linux-arm64' }}
5959
run: |
6060
sudo apt-get update
61-
sudo apt-get install -y llvm gcc-aarch64-linux-gnu zlib1g-dev:arm64
61+
sudo apt-get install -y llvm gcc-aarch64-linux-gnu
6262
- name: Build
6363
run: dotnet build -c Release
6464
- name: Publish

0 commit comments

Comments
 (0)