From d81b674ec6beb42b86e252bf19e0ab1d3ab58957 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 1 Aug 2021 22:18:41 +1000 Subject: [PATCH] Revert "ci: skip RISC-V Zig Example test on macOS (#516)" This reverts commit e25109ad9744d361f0db01a65b2b47259af4077a. --- .github/tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/tests.sh b/.github/tests.sh index 034f471..1960813 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -19,7 +19,6 @@ echo '::group::RISC-V C Example' ) echo '::endgroup::' -if [ "x$RUNNER_OS" != "xmacOS" ]; then echo '::group::RISC-V Zig Example' ( set -x @@ -28,7 +27,6 @@ echo '::group::RISC-V Zig Example' file riscv-zig-blink.bin ) echo '::endgroup::' -fi echo '::group::LiteX example for Hacker' (