diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index ed7545a..aca3536 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -43,6 +43,9 @@ jobs: # > Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). scope: '@BridgemanAccessible' + - name: Install libatomic + run: apk add libatomic + # Transpile/Build the package (TypeScript -> JavaScript) - name: Transpile/Build the package (TypeScript -> JavaScript) run: |