mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-12 11:06:55 +08:00
using macos as dl link os prefix in lieu of osx (#7)
* using macos as dl link os prefix in lieu of osx * probably won't work
This commit is contained in:
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup jq
|
- name: Setup jq
|
||||||
id: install-jq
|
id: install-jq
|
||||||
uses: dcarbone/install-jq-action@main
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: '${{ matrix.version }}'
|
version: '${{ matrix.version }}'
|
||||||
force: '${{ matrix.force }}'
|
force: '${{ matrix.force }}'
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ case $RUNNER_OS in
|
|||||||
_os='linux'
|
_os='linux'
|
||||||
;;
|
;;
|
||||||
macOS)
|
macOS)
|
||||||
_os='osx'
|
_os='macos'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user