Skip to content

Commit

Permalink
[ci] Fixes fasttext native build for nodejs20 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 committed Sep 17, 2024
1 parent aa2f2ca commit 48c53e0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/native_s3_fasttext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ jobs:
yum -y update
yum -y groupinstall "Development Tools"
yum -y install patch cmake3 curl jq
yum -y install java-17-amazon-corretto-devel
ln -sf /usr/bin/cmake3 /usr/bin/cmake
pip3 install awscli --upgrade
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 17
- uses: taiki-e/checkout-action@v1
- uses: actions/cache@v3
with:
path: ~/.gradle/caches
Expand Down

0 comments on commit 48c53e0

Please sign in to comment.