diff options
Diffstat (limited to '.github/workflows/nightly.yml')
-rw-r--r-- | .github/workflows/nightly.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 85912c5..6e131fd 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,10 +16,10 @@ jobs: steps: - - name: Recursive Git Clone + - name: Git Clone uses: actions/checkout@v2 with: - submodules: recursive + submodules: true - name: Update Repositories run: sudo apt-get update @@ -65,10 +65,10 @@ jobs: steps: - - name: Recursive Git Clone + - name: Git Clone uses: actions/checkout@v2 with: - submodules: recursive + submodules: true - name: Set Up Shell run: echo C:\msys64\usr\bin\ | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append @@ -147,10 +147,10 @@ jobs: steps: - - name: Recursive Git Clone + - name: Git Clone uses: actions/checkout@v2 with: - submodules: recursive + submodules: true - name: Set Up Shell run: echo C:\msys64\usr\bin\ | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append |