Skip to content

Commit 2183a1a

Browse files
committed
Add deps
1 parent 9ea6fc1 commit 2183a1a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ jobs:
125125
group: ${{ github.workflow }}-${{ github.ref }}-build-package
126126
cancel-in-progress: true
127127
steps:
128+
- name: Install Dependencies
129+
run: |
130+
export DEBIAN_FRONTEND=noninteractive
131+
apt-get update
132+
apt-get install -y tzdata curl build-essential pkg-config libssl-dev clang lld cmake unzip
133+
ln -fs /usr/share/zoneinfo/UTC /etc/localtime
134+
dpkg-reconfigure -f noninteractive tzdata
128135
- name: Checkout Repository
129136
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
130137
- name: Rust install

0 commit comments

Comments
 (0)