File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,14 @@ jobs:
108108 if : steps.rewriter-cache.outputs.cache-hit != 'true'
109109 run : " cargo install --git https://github.com/r58playz/wasm-snip"
110110
111+ - name : Build Scramjet (failing)
112+ run : pnpm build
113+ continue-on-error : true
114+ working-directory : packages/scramjet/packages/core
115+
111116 - name : Pack Scramjet
112- run : |
113- cd packages/scramjet/packages/core
114- pnpm pack
117+ run : pnpm pack
118+ working-directory : packages/scramjet/packages/core
115119
116120 - name : Upload Artifact (pnpm pack)
117121 uses : actions/upload-artifact@v4
@@ -155,9 +159,7 @@ jobs:
155159 path : packages/scramjet/packages/core/dist
156160
157161 - name : Build Dreamland
158- run : |
159- cd external/dreamlandjs
160- pnpm build
162+ run : pnpm build:dreamland
161163
162164 # - name: Get Chii submodule commit hash
163165 # id: chii-hash
@@ -190,7 +192,6 @@ jobs:
190192
191193 - name : Build Frontend
192194 run : |
193- pnpm i
194195 SKIP_CORE=1 pnpm build
195196 VITE_ISOLATION_ORIGIN="https://puter.zone" pnpm build:chrome
196197 tests :
You can’t perform that action at this time.
0 commit comments