We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f4741 commit aea5b96Copy full SHA for aea5b96
.github/workflows/release_linux.yml
@@ -39,13 +39,13 @@ jobs:
39
build-essential \
40
libssl-dev \
41
cmake \
42
- python3.10 \
43
- python3-pip \
44
git \
45
curl \
46
unzip \
47
zstd \
48
- libicu-dev
+ libicu-dev \
+ pkg-config \
+ gawk
49
50
- name: Print toolchain information
51
run: |
@@ -75,6 +75,15 @@ jobs:
75
platform_version: 22.04
76
toolset: gcc
77
arch: x86
78
+
79
+ - name: Install Python
80
+ uses: actions/setup-python@v4
81
+ with:
82
+ python-version: '3.10'
83
84
+ - name: Install Rust
85
+ uses: dtolnay/rust-toolchain@stable
86
87
- name: Install aws tools
88
89
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
0 commit comments