We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ba852 commit 9812452Copy full SHA for 9812452
1 file changed
.github/workflows/ci.yml
@@ -69,12 +69,14 @@ jobs:
69
steps:
70
- name: Checkout the repository
71
uses: actions/checkout@v6
72
+ with:
73
+ submodules: recursive
74
75
- name: Install Dependencies
76
uses: "./.github/install_dependencies"
77
with:
78
dotnet-version: ${{ env.DOTNET_SDK }}
- run-uno-check: 'false'
79
+ run-uno-check: false
80
81
- name: Restore
82
run: |
0 commit comments