Skip to content

Commit cf48d13

Browse files
committed
Use direct link to official release instead of mirror
1 parent 544fd15 commit cf48d13

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ jobs:
209209
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
210210
path: log
211211

212-
- name: Setup tmate session
213-
if: ${{ failure() }}
214-
uses: mxschmitt/action-tmate@v3
212+
# - name: Setup tmate session
213+
# if: ${{ failure() }}
214+
# uses: mxschmitt/action-tmate@v3

config/source.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,8 @@
462462
}
463463
},
464464
"krb5": {
465-
"type": "ghtagtar",
466-
"repo": "krb5/krb5",
467-
"match": "krb5.+-final",
468-
"prefer-stable": true,
465+
"type": "url",
466+
"url": "https://web.mit.edu/kerberos/dist/krb5/1.22/krb5-1.22.2.tar.gz",
469467
"license": {
470468
"type": "file",
471469
"path": "NOTICE"

0 commit comments

Comments
 (0)