diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ebdcbb9..f6d36b0 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -13,6 +13,11 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: true + + - name: Install dependencies + run: sudo apt-get install -y build-essential hugo - name: Compile all run: make