From 1686b524abf2d11ba8afa5ac6e8801533e3ae2c5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 4 Aug 2023 10:52:17 +0200 Subject: [PATCH] Remove fix for ARM --- .github/workflows/dotnet-core.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 2f88ebcc..306c6a9d 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -49,9 +49,6 @@ jobs: uses: goto-bus-stop/setup-zig@6fede2f0550d71291c0accf2834b216e69a2d67a with: version: 0.11.0 - - name: Fix ARM support - run: | - curl -L https://raw.githubusercontent.com/ziglang/zig/master/lib/libc/glibc/sysdeps/arm/arm-features.h | sudo tee /opt/hostedtoolcache/zig/zig-linux-x86_64-*/x64/lib/libc/glibc/sysdeps/arm/sysdep.h >/dev/null - name: Set up emulation environment run: | export DEBIAN_FRONTEND=noninteractive