File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments