Changed: Removed microblaze platform from build targets because of issue with atomics

This commit is contained in:
aristocratos 2021-10-17 12:11:25 +02:00
parent 8a1211ec59
commit 2ee1333226

View file

@ -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).]