diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33cd3cc..9d01240 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,10 @@ jobs: shell: bash run: dotnet tool install --global bottlenoselabs.C2CS.Tool + - name: "Install Linux dependencies" + if: runner.os == 'Linux' && steps.cache-libs.outputs.cache-hit != 'true' + run: sudo apt-get update + - name: "Build native libraries" if: steps.cache-libs.outputs.cache-hit != 'true' shell: bash