Skip to content

Commit

Permalink
Add Leros simulator as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed May 12, 2024
1 parent 352da63 commit 5906967
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "leros-sim"]
path = leros-sim
url = [email protected]:leros-dev/leros-sim.git
1 change: 1 addition & 0 deletions leros-sim
Submodule leros-sim added at 740ee4

0 comments on commit 5906967

Please sign in to comment.