]> git.earman.xyz Git - sensor-watch.git/commitdiff
get submodules lol
authorjoeycastillo <joeycastillo@utexas.edu>
Mon, 14 Oct 2024 22:15:47 +0000 (18:15 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Mon, 14 Oct 2024 22:15:47 +0000 (18:15 -0400)
.github/workflows/build.yml

index 0bf5d2de9471d76b08fbeca6e9f5fa0c9a3a0042..5d5b513e28c9cdcefca0809bcab32b90599a8bf6 100644 (file)
@@ -35,6 +35,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v4
+        with:
+          submodules: recursive
       - name: Compile movement
         run: emmake make
         working-directory: '.'