We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978a54f commit 267b485Copy full SHA for 267b485
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
- name: Prepare
129
run: |
130
apk update
131
- apk add --no-cache ldc dub clang xz
+ apk add --no-cache git ldc dub clang xz
132
- name: "Build Flags environment"
133
134
echo "LDFLAGS=-static" >> $GITHUB_ENV
dub.json
@@ -8,7 +8,10 @@
8
"Matheus Catarino França"
9
],
10
"dependencies": {
11
- "requests": "~>2.1.3"
+ "requests": {
12
+ "repository": "git+https://github.com/bagomot/dlang-requests.git",
13
+ "version": "ba31d83a1cbab585b530d475bfaca37bc6a4efed"
14
+ }
15
},
16
"dflags": [
17
"-preview=dip1000",
0 commit comments