From 6a7d38b0830379712e8be1bb11b05d0fb71384a7 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 22 Aug 2020 13:55:49 -0700 Subject: [PATCH] MacOS Build Fix Again --- .github/workflows/commit.yml | 2 +- Source/HBIOS/Build.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 4feacc10..c56636aa 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -9,7 +9,7 @@ on: - v* jobs: - build: + buildLinux: runs-on: ubuntu-latest diff --git a/Source/HBIOS/Build.sh b/Source/HBIOS/Build.sh index 992afbcb..23b020ee 100755 --- a/Source/HBIOS/Build.sh +++ b/Source/HBIOS/Build.sh @@ -65,7 +65,8 @@ romfmt=wbw_rom${romsize} outdir=../../Binary echo "creating empty rom disk of size $romsize in $blankfile" -dd of=$blankfile bs=1024 count=`expr $romsize - 128` < <(LC_CTYPE=en_US.US-ASCII tr '\000' '\345' /dev/null +ls -la cat <<- EOF > build.inc ; RomWBW Configured for $platform $config $timestamp