diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0ff3fac..c46b4d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,13 +13,15 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Set system to non-interactive mode run: export DEBIAN_FRONTEND=noninteractive - name: install dependencies - run: sudo apt-get install -y --force-yes -qq build-essential libhdf5-serial-dev + run: | + sudo apt-get update -y -qq + sudo apt-get install -y --force-yes -qq build-essential libhdf5-serial-dev - name: build and run tests run: | mkdir -p bin diff --git a/utils/spiner b/utils/spiner index cadaf1e..33862f8 160000 --- a/utils/spiner +++ b/utils/spiner @@ -1 +1 @@ -Subproject commit cadaf1e3f759251176f58cec0961093ae9019a18 +Subproject commit 33862f831be65e2dd2284b42f05c477b6fe7367a