From ff23731c7b40779798ca5c40397fb783d0bd3119 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 30 Jul 2024 01:52:32 +0200 Subject: [PATCH] Trying GHDL-mcode on macOS. --- .github/workflows/Pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index c61d4ae0..8beefbae 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -20,7 +20,9 @@ jobs: with: jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }} apt: ghdl-mcode + brew: ghdl ubuntu_before_script: which ghdl + macos_before_script: which ghdl # ubuntu_before_script: sudo install -m 755 tests/mock/ghdl /usr/local/bin requirements: "-r tests/unit/requirements.txt" unittest_xml_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).unittesting_xml }}