.gitea/workflows/build.yml aktualisiert
Build and Bundle Gleam App / build-and-bundle (push) Failing after 24s
Build and Bundle Gleam App / build-and-bundle (push) Failing after 24s
This commit is contained in:
@@ -16,9 +16,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install JS dependencies
|
- name: Install JS dependencies
|
||||||
run: npm install
|
run: |
|
||||||
|
npm cache clean --force
|
||||||
|
npm install --cpu=arm64 --os=linux
|
||||||
- name: Build Gleam to JavaScript
|
- name: Build Gleam to JavaScript
|
||||||
run: gleam build --target javascript
|
run: gleam build --target javascript
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user