From 2ee13332266cfd7cbf9104502532870c85430b27 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 17 Oct 2021 12:11:25 +0200 Subject: [PATCH] Changed: Removed microblaze platform from build targets because of issue with atomics --- .github/workflows/continuous-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 33d5133..61c5df3 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -1,5 +1,5 @@ name: Continuous Build Linux - + on: workflow_dispatch: push: @@ -39,8 +39,6 @@ jobs: - i486-linux-musl - i686-linux-musl - m68k-linux-musl - - microblaze-linux-musl - - microblazeel-linux-musl - mips-linux-musl - mips-linux-musln32sf - mips-linux-muslsf @@ -82,7 +80,7 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - + - name: Fix - Stopping at filesystem boundary run: git init # [fix Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).]