Skip to content

Commit

Permalink
Add working directory and make
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Michon committed Jun 26, 2023
1 parent 159d38a commit 57b9255
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ghdl_only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on: [push]
jobs:
checkout-osvvm:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ghdl_only_testbench
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v3
Expand All @@ -13,4 +16,4 @@ jobs:
path: OsvvmLibraries
submodules: recursive
- name: 'Build'
run: ls -l
run: make

0 comments on commit 57b9255

Please sign in to comment.