Skip to content

[sbt2] Consider automatically caching the machine-wide cache #81

@keynmol

Description

@keynmol

Now that the sbt2 cache is machine wide, we can pre-configure Github Actions cache, e.g for macos.

      - name: Cache SBT
        uses: actions/cache@v5
        with:
          path: |
            ~/Library/Caches/sbt/v2
          key: ${{ matrix.OS }}-sbt2

I have confirmed that this works and subsequent builds skip compilation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions