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 3520d22 commit 92b017aCopy full SHA for 92b017a
.github/workflows/release.yml
@@ -168,7 +168,7 @@ jobs:
168
env:
169
VERSION: "5.32.0.1"
170
run: |
171
- curl -sSf https://strawberryperl.com/download/$VERSION/strawberry-perl-$VERSION-64bit.msi > perl-installer.msi
+ curl -sSfL https://strawberryperl.com/download/$VERSION/strawberry-perl-$VERSION-64bit.msi > perl-installer.msi
172
- name: "Install Perl"
173
shell: cmd # msiexec fails when called from bash
174
Cargo.toml
@@ -30,7 +30,7 @@ assets = [
30
]
31
license-file = ["target/debian-license.txt"]
32
extended-description-file = "target/debian-extended-description.txt"
33
-depends = ""
+depends = "libc6 (>= 2.17)"
34
35
[workspace]
36
members = [
0 commit comments