Second attempt to resolve build issue
Some checks failed
Publish to Private NPM Registry / publish (push) Has been cancelled

This commit is contained in:
Alan Bridgeman 2026-01-06 21:37:12 -06:00
parent 6fb0270b2f
commit 7d9a99ad5a

View file

@ -44,7 +44,7 @@ jobs:
scope: '@BridgemanAccessible' scope: '@BridgemanAccessible'
- name: Install libatomic - name: Install libatomic
run: apk add libatomic run: sudo apt-get update && sudo apt-get install -y libatomic1
# Transpile/Build the package (TypeScript -> JavaScript) # Transpile/Build the package (TypeScript -> JavaScript)
- name: Transpile/Build the package (TypeScript -> JavaScript) - name: Transpile/Build the package (TypeScript -> JavaScript)