diff --git a/.github/workflows/docker-image.yml b/.github/workflows/main.yml similarity index 92% rename from .github/workflows/docker-image.yml rename to .github/workflows/main.yml index 6dd87c8..990e278 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,9 @@ jobs: - name: Submodules run: git submodule update --init --recursive --depth 1 - - name: Checkout spectrum - run: git checkout spectrum + - uses: actions/checkout@v3 + with: + ref: spectrum - name: Configure CMake run: cmake .