Skip to content

Commit

Permalink
Fix WASM engine check post-split
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Feb 8, 2024
1 parent 0838a72 commit 6485b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/check-engines-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ elif [ $CLIENT_ENGINE_TYPE == "wasm" ]; then
echo "WasmEngine: Enabled"
case $os_name in
linux)
qe_location="$GENERATED_CLIENT/query-engine.wasm"
qe_location="$GENERATED_CLIENT/query_engine_bg.wasm"
;;
osx)
qe_location="$GENERATED_CLIENT/query-engine.wasm"
qe_location="$GENERATED_CLIENT/query_engine_bg.wasm"
;;
windows*)
qe_location="$GENERATED_CLIENT\query-engine.wasm"
qe_location="$GENERATED_CLIENT\query_engine_bg.wasm"
;;
*)
os_name=notset
Expand Down

0 comments on commit 6485b36

Please sign in to comment.