We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea6fc1 commit 2183a1aCopy full SHA for 2183a1a
.github/workflows/ci.yml
@@ -125,6 +125,13 @@ jobs:
125
group: ${{ github.workflow }}-${{ github.ref }}-build-package
126
cancel-in-progress: true
127
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
135
- name: Checkout Repository
136
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
137
- name: Rust install
0 commit comments