mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-12 02:56:56 +08:00
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
@@ -54,7 +54,7 @@ esac
|
||||
|
||||
# determine binary name
|
||||
|
||||
if [[ "${_os}" == "linux" ]]; then
|
||||
if [ "${_os}" = "linux" ]; then
|
||||
case "${_arch}" in
|
||||
'386')
|
||||
_bin_name="jq-linux32"
|
||||
|
||||
Reference in New Issue
Block a user