diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3400670a..8ec7e3c69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
| @@ -13,7 +13,7 @@ jobs: | |||
| 13 | container: yuzuemu/build-environments:linux-transifex | 13 | container: yuzuemu/build-environments:linux-transifex |
| 14 | if: ${{ github.repository == 'yuzu-emu/yuzu' && !github.head_ref }} | 14 | if: ${{ github.repository == 'yuzu-emu/yuzu' && !github.head_ref }} |
| 15 | steps: | 15 | steps: |
| 16 | - uses: actions/checkout@v2 | 16 | - uses: actions/checkout@v3 |
| 17 | with: | 17 | with: |
| 18 | submodules: recursive | 18 | submodules: recursive |
| 19 | fetch-depth: 0 | 19 | fetch-depth: 0 |