Skip to content

Commit

Permalink
Merge pull request #299 from jbellerb/master
Browse files Browse the repository at this point in the history
Fix typo in GitHub Actions workflows
  • Loading branch information
crc-32 authored Jan 27, 2025
2 parents ec9a372 + daca0e3 commit ef01e36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
submodules: 'recursive'
with:
submodules: 'recursive'
- uses: actions/cache@v3
with:
path: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
submodules: 'recursive'
with:
submodules: 'recursive'
- uses: actions/setup-java@v4
with:
java-version: '17'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
submodules: 'recursive'
with:
submodules: 'recursive'
- uses: actions/setup-java@v4
with:
java-version: '17'
Expand Down

0 comments on commit ef01e36

Please sign in to comment.