Skip to content

Add working directory and make #8

Add working directory and make

Add working directory and make #8

Workflow file for this run

on: [push]
jobs:
checkout-osvvm:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ghdl_only_testbench
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v3
- name: '⚙️ Setup GHDL'
uses: ghdl/setup-ghdl-ci@master
- name: '🧰 Checkout OSVVM'
uses: actions/checkout@v3
with:
path: OsvvmLibraries
submodules: recursive
- name: 'Build'
run: make