Skip to content

Commit

Permalink
Add checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Michon committed Jun 26, 2023
1 parent fc59e74 commit 5c3bcde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghdl_only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ jobs:
checkout-osvvm:
runs-on: ubuntu-latest
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v3
- name: '⚙️ Setup GHDL'
uses: ghdl/setup-ghdl-ci@master
- name: '🧰 Checkout'
- name: '🧰 Checkout OSVVM'
uses: actions/checkout@v3
with:
path: OsvvmLibraries
Expand Down

0 comments on commit 5c3bcde

Please sign in to comment.