Skip to content

Commit

Permalink
Trying GHDL-mcode on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jul 29, 2024
1 parent 0b4e05e commit ff23731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ff23731

Please sign in to comment.