Skip to content
Open
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
8 changes: 7 additions & 1 deletion .github/workflows/build-gossamer-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,13 @@ jobs:
- name: Install just
uses: taiki-e/install-action@184183c2401be73c3bf42c2e61268aa5855379c1 # v2.78.1
with:
tool: just
# Pin an explicit modern just: the Justfile uses `import?`
# (optional import, just >= 1.19.0). Unversioned `tool: just`
# resolves via this action's bundled manifest, which can ship
# an old just (e.g. 1.14.0) -> `error: Unknown start of token`
# at `import? "contractile.just"`, silently breaking the build.
# Estate Tooling Version Integrity policy (root cause: burble#39).
tool: just@1.34.0

- name: Cache Ephapax build
id: cache-ephapax
Expand Down