Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas committed Oct 17, 2024
2 parents bdf91f2 + 17be20e commit dcd0a9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- name: Build FDTD
shell: bash
run: |
Expand All @@ -26,6 +28,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- name: Build FDTD with GCC
shell: bash
run: |
Expand Down

0 comments on commit dcd0a9a

Please sign in to comment.