mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
Use direct link to official release instead of mirror
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -209,6 +209,6 @@ jobs:
|
|||||||
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
|
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
|
||||||
path: log
|
path: log
|
||||||
|
|
||||||
- name: Setup tmate session
|
# - name: Setup tmate session
|
||||||
if: ${{ failure() }}
|
# if: ${{ failure() }}
|
||||||
uses: mxschmitt/action-tmate@v3
|
# uses: mxschmitt/action-tmate@v3
|
||||||
|
|||||||
@@ -462,10 +462,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"krb5": {
|
"krb5": {
|
||||||
"type": "ghtagtar",
|
"type": "url",
|
||||||
"repo": "krb5/krb5",
|
"url": "https://web.mit.edu/kerberos/dist/krb5/1.22/krb5-1.22.2.tar.gz",
|
||||||
"match": "krb5.+-final",
|
|
||||||
"prefer-stable": true,
|
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "NOTICE"
|
"path": "NOTICE"
|
||||||
|
|||||||
Reference in New Issue
Block a user