Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
  • Loading branch information
georg-getz committed Jun 3, 2024
1 parent 3d99230 commit 72ee5b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dynamic_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ jobs:
- os_name: macos-arm
os: macos-latest
target: aarch64-apple-darwin
lib_name: libwasmerjni.dylib
lib_name: libwasmer_jni.dylib

- os_name: linux-x86_64
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
lib_name: libwasmerjni.so
lib_name: libwasmer_jni.so

- os_name: windows
os: windows-latest
target: x86_64-pc-windows-msvc
lib_name: libwasmerjni.dll
lib_name: libwasmer_jni.dll

- os_name: macos-x86_64
os: macos-latest
target: x86_64-apple-darwin
lib_name: libwasmerjni.dylib
lib_name: libwasmer_jni.dylib

runs-on: ${{ matrix.platform.os }}
steps:
Expand Down

0 comments on commit 72ee5b9

Please sign in to comment.