Skip to content

Commit

Permalink
[ci] Update fasttext native build container
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 committed Sep 17, 2024
1 parent aa2f2ca commit e1e3024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/native_s3_fasttext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ permissions:
jobs:
build-fasttext-jni-linux:
runs-on: ubuntu-latest
container: amazonlinux:2
container: amazonlinux:2023
steps:
- name: Install Environment
run: |
yum -y update
yum -y groupinstall "Development Tools"
yum -y install patch cmake3 curl jq
ln -sf /usr/bin/cmake3 /usr/bin/cmake
yum -y install patch cmake3 jq
python3 -m ensurepip --default-pip
pip3 install awscli --upgrade
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down

0 comments on commit e1e3024

Please sign in to comment.