Skip to content

Commit 35b699e

Browse files
committed
icu for sh runner
1 parent 564e4ca commit 35b699e

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

.github/workflows/extension_ci.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
8686
test:
8787
name: Run tests
88-
runs-on: ubuntu-latest
89-
# runs-on:
90-
# - self-hosted
91-
# - dind
88+
# runs-on: ubuntu-latest
89+
runs-on:
90+
- self-hosted
91+
- dind
9292
services:
9393
# Label used to access the service container
9494
vector-serve:
@@ -109,19 +109,10 @@ jobs:
109109
/home/runner/.pgrx
110110
- name: Install sys dependencies
111111
run: |
112-
sudo apt-get update && sudo apt-get install -y make wget pkg-config libssl-dev git gcc postgresql-client libopenblas-dev libreadline-dev
112+
sudo apt-get update && sudo apt-get install -y make wget pkg-config libssl-dev git gcc postgresql-client libopenblas-dev libreadline-dev libicu-dev
113113
- uses: ./.github/actions/pgx-init
114114
with:
115115
working-directory: ./extension
116-
- name: Restore cached binaries
117-
uses: actions/cache@v4
118-
with:
119-
path: |
120-
/usr/local/bin/stoml
121-
~/.cargo/bin/trunk
122-
key: ${{ runner.os }}-bins-${{ github.sha }}
123-
restore-keys: |
124-
${{ runner.os }}-bins-
125116
- name: setup-tests
126117
run: |
127118
make setup

0 commit comments

Comments
 (0)