diff options
| author | 2025-08-19 14:53:18 -0400 | |
|---|---|---|
| committer | 2025-08-19 14:53:18 -0400 | |
| commit | 810c1f8f943e9683e4d2efedba98dca0010af202 (patch) | |
| tree | 2507acdf5cad8bc65e32c037bdf436f1500c1b74 /.github/workflows/build.yml | |
| parent | v0.3.2 (diff) | |
| parent | Revert to old hashmap: fixed gitmodule index (diff) | |
Merge pull request #6 from ItsMeForLua/my-feature-branch
Added Lua compat53: fixed the non-interactive mode: added .gitmodules to build.yml
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a05697e..36cee10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,10 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - + + - name: Initialize submodules + run: git submodule update --init --recursive + - name: Set up dependencies run: | sudo apt-get update |
