MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

set cmake dep path

+1
+1
.github/actions/build-project/action.yml
··· 111 111 112 112 MESON_ARGS="-Db_lto=true --buildtype=release" 113 113 MESON_ARGS="$MESON_ARGS -Dbuild_timestamp=${{ inputs.build_timestamp }}" 114 + MESON_ARGS="$MESON_ARGS -Ddeps_prefix_cmake=$DEPS_PREFIX" 114 115 115 116 if [[ "${{ inputs.tls_library }}" == "mbedtls" ]]; then 116 117 MESON_ARGS="$MESON_ARGS -Dtls_library=mbedtls"