File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -27,23 +27,23 @@ jobs:
27
27
if : matrix.os == 'macos-latest'
28
28
run : brew install icu4c
29
29
30
- - name : Setup vcpkg (Windows)
31
- if : matrix.os == 'windows-latest'
30
+ - name : Setup vcpkg
32
31
uses : lukka/run-vcpkg@v11
33
32
with :
34
33
vcpkgDirectory : ' ${{ github.workspace }}/vcpkg'
35
34
vcpkgGitCommitId : ' 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
36
35
runVcpkgInstall : true
37
36
37
+ - name : Set VCPKG_ROOT
38
+ run : echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg" >> $GITHUB_ENV
39
+
38
40
- name : Install ICU (Windows)
39
41
if : matrix.os == 'windows-latest'
40
- run : |
41
- ${{ github.workspace }}/vcpkg/vcpkg install icu:x64-windows
42
- echo "${{ github.workspace }}/vcpkg/installed/x64-windows/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
42
+ run : ${{ github.workspace }}/vcpkg/vcpkg install icu:x64-windows
43
43
44
- - name : Set VCPKG_ROOT (Windows)
44
+ - name : Set up ICU path (Windows)
45
45
if : matrix.os == 'windows-latest'
46
- run : echo "VCPKG_ROOT= ${{ github.workspace }}/vcpkg" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
46
+ run : echo "${{ github.workspace }}/vcpkg/installed/x64-windows/bin" >> $env:GITHUB_PATH
47
47
48
48
- name : Set up cargo cache
49
49
uses : actions/cache@v3
@@ -100,4 +100,4 @@ jobs:
100
100
override : true
101
101
102
102
- name : Install ICU
103
- run : sudo apt-get install -y libicu-dev
103
+ run : sudo apt-get install -y libicu-dev
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " pg-sqids" ,
3
+ "version-string" : " 0.1.0" ,
4
+ "dependencies" : [
5
+ " icu"
6
+ ]
7
+ }
8
+
You can’t perform that action at this time.
0 commit comments