diff --git a/.github/workflows/on commit.yaml b/.github/workflows/on commit.yaml index c1f27d9a..602e9ccc 100644 --- a/.github/workflows/on commit.yaml +++ b/.github/workflows/on commit.yaml @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: 'recursive' - name: Install OpenCL driver for Intel CPU run: | @@ -78,6 +80,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: 'recursive' - name: apt-gen update run: sudo apt-get update