diff --git a/.github/workflows/build_static_lib.yml b/.github/workflows/build_static_lib.yml index b8debe0..24a3a0e 100644 --- a/.github/workflows/build_static_lib.yml +++ b/.github/workflows/build_static_lib.yml @@ -151,7 +151,7 @@ jobs: submodules: true fetch-depth: 1 - name: Set up MinGW - uses: egor-tensin/setup-mingw@v2.2.0 + uses: egor-tensin/setup-mingw@v3 with: platform: x86 version: 12.2.0 @@ -187,7 +187,7 @@ jobs: submodules: true fetch-depth: 1 - name: Set up MinGW - uses: egor-tensin/setup-mingw@v2.2.0 + uses: egor-tensin/setup-mingw@v3 with: platform: x64 version: 12.2.0 diff --git a/deps/libs/darwin_amd64/libquickjs.a b/deps/libs/darwin_amd64/libquickjs.a index cbe1812..54246b7 100644 Binary files a/deps/libs/darwin_amd64/libquickjs.a and b/deps/libs/darwin_amd64/libquickjs.a differ diff --git a/deps/libs/darwin_arm64/libquickjs.a b/deps/libs/darwin_arm64/libquickjs.a index d1f7e55..4d51207 100644 Binary files a/deps/libs/darwin_arm64/libquickjs.a and b/deps/libs/darwin_arm64/libquickjs.a differ diff --git a/deps/libs/windows_386/libquickjs.a b/deps/libs/windows_386/libquickjs.a index cb49d1e..eaf7238 100644 Binary files a/deps/libs/windows_386/libquickjs.a and b/deps/libs/windows_386/libquickjs.a differ diff --git a/deps/libs/windows_amd64/libquickjs.a b/deps/libs/windows_amd64/libquickjs.a index 0b2c707..121bf9c 100644 Binary files a/deps/libs/windows_amd64/libquickjs.a and b/deps/libs/windows_amd64/libquickjs.a differ