File tree Expand file tree Collapse file tree 2 files changed +2
-47
lines changed
Expand file tree Collapse file tree 2 files changed +2
-47
lines changed Original file line number Diff line number Diff line change 1919 override : true
2020 components : rustfmt, clippy
2121
22- - name : Install ICU (Ubuntu)
23- if : matrix.os == 'ubuntu-latest'
24- run : sudo apt-get install -y libicu-dev
25-
26- - name : Install ICU (macOS)
27- if : matrix.os == 'macos-latest'
28- run : brew install icu4c
29-
30- - name : Cache vcpkg
31- uses : actions/cache@v3
32- with :
33- path : ${{ github.workspace }}/vcpkg
34- key : vcpkg-${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}
35-
36- - name : Setup vcpkg
37- uses : lukka/run-vcpkg@v11
38- timeout-minutes : 15
39- with :
40- vcpkgDirectory : ' ${{ github.workspace }}/vcpkg'
41- vcpkgGitCommitId : ' 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
42- runVcpkgInstall : true
43-
44- - name : Set VCPKG_ROOT
45- run : echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg" >> $GITHUB_ENV
46-
47- - name : Install ICU (Windows)
48- if : matrix.os == 'windows-latest'
49- run : ${{ github.workspace }}/vcpkg/vcpkg install icu:x64-windows
50-
51- - name : Set up ICU path (Windows)
52- if : matrix.os == 'windows-latest'
53- run : echo "${{ github.workspace }}/vcpkg/installed/x64-windows/bin" >> $env:GITHUB_PATH
54-
5522 - name : Set up cargo cache
5623 uses : actions/cache@v3
5724 continue-on-error : false
7845 - name : Build Extension
7946 run : cargo pgrx package
8047 env :
81- ICU_VERSION : 74
82- VCPKGRS_DYNAMIC : 1
48+ PGRX_NO_ICU : 1
8349
8450 - name : Upload Extension Artifact
8551 uses : actions/upload-artifact@v3
10470 with :
10571 profile : minimal
10672 toolchain : stable
107- override : true
108-
109- - name : Install ICU
110- run : sudo apt-get install -y libicu-dev
73+ override : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments