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 32d54eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native_s3_fasttext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
yum -y install patch cmake3 curl jq
ln -sf /usr/bin/cmake3 /usr/bin/cmake
pip3 install awscli --upgrade
- uses: actions/checkout@v3
- uses: taiki-e/checkout-action@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 32d54eb

Please sign in to comment.