Skip to content

Commit 35d12bf

Browse files
authored
Silas new site search and SDK 1.0 release (#1317)
1 parent 4bd0bfc commit 35d12bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5588
-4623
lines changed

.github/workflows/javascript-sdk.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,15 @@ jobs:
5858
- neon-out-name: "aarch64-unknown-linux-gnu-index.node"
5959
os: "buildjet-4vcpu-ubuntu-2204-arm"
6060
runs-on: ubuntu-latest
61-
container: ubuntu:16.04
61+
container: quay.io/pypa/manylinux2014_x86_64
6262
defaults:
6363
run:
6464
working-directory: pgml-sdks/pgml/javascript
6565
steps:
6666
- uses: actions/checkout@v3
6767
- name: Install dependencies
6868
run: |
69-
apt update
70-
apt-get -y install curl
71-
apt-get -y install build-essential
69+
yum install -y perl-IPC-Cmd
7270
- uses: actions-rs/toolchain@v1
7371
with:
7472
toolchain: stable

0 commit comments

Comments
 (0)