Skip to content

Commit 9aeb4f2

Browse files
authored
Update main.yml
1 parent 038f656 commit 9aeb4f2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,16 @@ jobs:
8787
curl -sL 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823' | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/scalasbt-release.gpg --import &&
8888
chmod 644 /etc/apt/trusted.gpg.d/scalasbt-release.gpg &&
8989
apt-get update &&
90-
apt-get install -y openjdk-11-jdk-headless sbt &&
91-
./sbt 'wvcLibArm64/nativeLink' &&
92-
./sbt 'wvcLibStaticArm64/nativeLink' &&
90+
apt-get install -y openjdk-23-jdk-headless sbt &&
91+
./sbt 'wvcLib/nativeLink' &&
92+
./sbt 'wvcLibStatic/nativeLink' &&
9393
mkdir -p out &&
9494
FILEPATH=$(find . -name 'libwvlet.*') &&
9595
cp $FILEPATH ./out/ &&
9696
cd ./out && for f in *.*; do mv -- \"\$f\" \"linux-arm64_\$f\"; done &&
9797
ls -alFh"
98+
99+
# wvcLibArm64
98100

99101
- name: Upload native libraries for ${{ matrix.name }}-${{ matrix.arch }}
100102
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)