Skip to content

Commit

Permalink
fix build binaries x86_64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
kvs96 authored Nov 16, 2024
1 parent 1cd99eb commit f5d8233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Configure Amazon Linux
if: matrix.docker == 'amazonlinux:2023'
run: |
yum update -y && yum install -y clang gcc git gzip make tar unzip wget xz
yum update -y && yum install -y clang gcc git gzip make tar unzip wget xz perl-core openssl openssl-devel
wget https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.sh
chmod +x cmake-3.24.0-linux-x86_64.sh
./cmake-3.24.0-linux-x86_64.sh --skip-license --prefix=/usr/local
Expand Down

0 comments on commit f5d8233

Please # to comment.