Round three of attempting to resolve build issue
Some checks failed
Publish to Private NPM Registry / publish (push) Has been cancelled
Some checks failed
Publish to Private NPM Registry / publish (push) Has been cancelled
This commit is contained in:
parent
7d9a99ad5a
commit
153e8f608d
1 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,9 @@ jobs:
|
||||||
scope: '@BridgemanAccessible'
|
scope: '@BridgemanAccessible'
|
||||||
|
|
||||||
- name: Install libatomic
|
- name: Install libatomic
|
||||||
run: sudo apt-get update && sudo apt-get install -y libatomic1
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo DEBIAN_FRONTEND=noninteractive 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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue