diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index c5d775d..1a356b7 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -8,7 +8,8 @@ on: jobs: publish: - runs-on: default + #runs-on: default + runs-on: self-hosted steps: # Checkout the repository @@ -43,16 +44,16 @@ 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: | - sudo apt-get update - sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libatomic1 - + #- name: Install libatomic + # run: | + # sudo apt-get update + # sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libatomic1 + # Transpile/Build the package (TypeScript -> JavaScript) - name: Transpile/Build the package (TypeScript -> JavaScript) run: | # Because Yarn is used locally better to install and use it than have to debug weird inconsistencies - npm install --global yarn + #npm install --global yarn # Install needed dependencies yarn install