Commit 0db3206 1 parent 74f542b commit 0db3206 Copy full SHA for 0db3206
File tree 5 files changed +187
-64
lines changed
5 files changed +187
-64
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
51
51
with :
52
52
node-version : 18
53
53
54
- - name : Setup GCC
54
+ - name : Setup GCC and OpenSSL
55
55
run : |
56
56
sudo apt-get update
57
- sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev
57
+ sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev pkg-config openssl
58
58
59
59
- name : Checkout Code
60
60
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -67,12 +67,14 @@ jobs:
67
67
workspaces : |
68
68
sdk/rust
69
69
70
+ - name : Install pkg-config
71
+ run : |
72
+ sudo apt-get update
73
+ sudo apt-get install -y pkg-config
70
74
- name : Install Protoc
71
75
uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
72
76
with :
73
77
repo-token : ${{ secrets.GITHUB_TOKEN }}
74
-
75
-
76
78
- name : Check
77
79
run : |
78
80
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@@ -93,10 +95,10 @@ jobs:
93
95
with :
94
96
node-version : 18
95
97
96
- - name : Setup GCC
98
+ - name : Setup GCC and OpenSSL
97
99
run : |
98
100
sudo apt-get update
99
- sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev
101
+ sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev pkg-config openssl
100
102
101
103
- name : Checkout Code
102
104
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments