feat: allow fetching binary from mise.jdx.dev (#227)

THANKS CLOUDFLARE FOR PROJECT ALEXANDRIA
This commit is contained in:
jdx 2025-07-24 01:09:13 -05:00 committed by GitHub
parent b9799ddc0c
commit adbb7adcf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 430 additions and 385 deletions

View file

@ -101,3 +101,21 @@ jobs:
echo "Expected failure but the job was ${{ steps.bad.outcome }}"
exit 1
if: ${{ steps.bad.outcome != 'failure' }}
fetch_from_github:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup mise from mise.jdx.dev
uses: ./
with:
fetch_from_github: true
cache: false
cache_save: false
mise_toml: |
[tools]
jq = "1.7.1"
- run: mise --version
- run: mise x jq -- jq --version
- run: which jq
- run: jq --version