Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/low-memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,14 @@ jobs:
- name: Cache verifier jars (TLC + Alloy)
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
# Path narrowed 2026-05-03 — same fix as gate.yml. Caching
# whole tools/tla / tools/alloy directories overwrote
# source-controlled spec files on cache hit. See gate.yml
# comment for the full failure-mode write-up.
Comment thread
AceHack marked this conversation as resolved.
path: |
tools/tla
tools/alloy
key: verifiers-${{ runner.os }}-${{ hashFiles('tools/setup/manifests/verifiers') }}
tools/tla/tla2tools.jar
tools/alloy/alloy.jar
key: verifiers-${{ runner.os }}-${{ hashFiles('tools/setup/manifests/verifiers') }}-v2

- name: Cache NuGet packages
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
Expand Down
Loading
Loading