Rewrote license activation to use a lock to prevent race-conditions.

This commit is contained in:
2025-12-22 00:42:23 -08:00
parent 71b6b94a3a
commit e427bfd6b9
7 changed files with 98 additions and 20 deletions

View File

@@ -68,6 +68,7 @@ outputs:
runs:
using: "composite"
steps:
# Note: I may want to add the platform input to the cache key in the future if I want to cache per-platform. Though this will use more space.
- name: "Get full cache key and build command."
id: command
run: |