Skip to content

Commit

Permalink
cleanup on actions flow
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 19, 2024
1 parent b341da1 commit 40c1442
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/juce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: cmake --version

- uses: actions/checkout@v3
with:
submodules: recursive

- name: OM Submodule JUCE
uses: actions/checkout@v3
Expand All @@ -35,11 +37,6 @@ jobs:
path: JUCE
ref: 7.0.5

- name: OM Checkout Remaining Submodules
uses: actions/checkout@v3
with:
submodules: recursive

- name: OM Configure (macos)
if: runner.os == 'MacOS'
shell: bash
Expand Down

0 comments on commit 40c1442

Please sign in to comment.