Move to a much more "simple" parser, start op impl
- wasm compiles in seconds instead of 20+ minutes wooo! (I'm looking at you rust-sitter) Signed-off-by: Rachel <508861+Ryex@users.noreply.github.com>
This commit is contained in:
14
.github/workflows/actions.yml
vendored
14
.github/workflows/actions.yml
vendored
@@ -6,13 +6,13 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Increase Swap
|
||||
uses: get-bridge/swap-space-action@v1
|
||||
with:
|
||||
swap-size-mb: 16384
|
||||
- name: Report Disk
|
||||
run: |
|
||||
df -h
|
||||
# - name: Increase Swap
|
||||
# uses: get-bridge/swap-space-action@v1
|
||||
# with:
|
||||
# swap-size-mb: 16384
|
||||
# - name: Report Disk
|
||||
# run: |
|
||||
# df -h
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install pnpm
|
||||
|
||||
Reference in New Issue
Block a user