Skip to content

Commit

Permalink
changed checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Robosturm committed Oct 3, 2023
1 parent c82162e commit 23377fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ jobs:
path: 'android_openssl'

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'source'
submodules: 'true'

- name: Install host os qt
if: matrix.target == 'android'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@ jobs:
path: 'android_openssl'

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'source'
submodules: 'true'

- name: Install host os qt
if: matrix.target == 'android'
Expand Down

0 comments on commit 23377fd

Please sign in to comment.