Skip to content

Commit 267b485

Browse files
committed
dub: replacing requests upstream to bagomot pkg [test]
1 parent 978a54f commit 267b485

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Prepare
129129
run: |
130130
apk update
131-
apk add --no-cache ldc dub clang xz
131+
apk add --no-cache git ldc dub clang xz
132132
- name: "Build Flags environment"
133133
run: |
134134
echo "LDFLAGS=-static" >> $GITHUB_ENV

dub.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"Matheus Catarino França"
99
],
1010
"dependencies": {
11-
"requests": "~>2.1.3"
11+
"requests": {
12+
"repository": "git+https://github.com/bagomot/dlang-requests.git",
13+
"version": "ba31d83a1cbab585b530d475bfaca37bc6a4efed"
14+
}
1215
},
1316
"dflags": [
1417
"-preview=dip1000",

0 commit comments

Comments
 (0)