Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
version: "3.1.45"
actions-cache-folder: "emsdk-cache"
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "24.x"
- run: npm ci
- name: Cache libpg_query build
uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist
emsdk-cache
libpg_query
node_modules
packages/libpg-query-wasm/src/protobuf/pg_query.ts
Loading