diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index 705fb36d..522af306 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -32,6 +32,10 @@ jobs: uses: dotnet/nbgv@v0.4.1 id: nbgv + - name: Update submodule + run: | + git submodule update --init --recursive --remote + - name: Build (${{ matrix.runtime }}) run: | dotnet publish ./src/neoxp \