Skip to content

Commit

Permalink
relsize
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Aug 30, 2024
1 parent 9303d4e commit 8c6feb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
- name: Build Wasm module
run: |
DUCKDB_PLATFORM="wasm_mvp" ./scripts/wasm_build_lib.sh relperf mvp
DUCKDB_PLATFORM="wasm_mvp" ./scripts/wasm_build_lib.sh relsize mvp
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
- name: Build Wasm module
run: |
DUCKDB_PLATFORM="wasm_eh" ./scripts/wasm_build_lib.sh relperf eh
DUCKDB_PLATFORM="wasm_eh" ./scripts/wasm_build_lib.sh relsize eh
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
- name: Build Wasm module
run: |
DUCKDB_PLATFORM="wasm_coi" ./scripts/wasm_build_lib.sh relperf coi
DUCKDB_PLATFORM="wasm_coi" ./scripts/wasm_build_lib.sh relsize coi
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8c6feb3

Please sign in to comment.