diff options
| author | Ha Thach <[email protected]> | 2019-12-27 16:39:23 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-27 16:39:23 +0700 |
| commit | ae6e7fa9284519c9ee3d0b52faab5be532ea1709 (patch) | |
| tree | ff55ccb837c2a9b6ecd988526cdc8a127654b738 /.github | |
| parent | 9ed7ca39ea1620fe772bc07208a792649083e82a (diff) | |
Update build.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a643a871..912a13ae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v1 with: submodules: true |
