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 46ec264 commit 457d97cCopy full SHA for 457d97c
.github/workflows/linux-old.yml
@@ -52,6 +52,7 @@ permissions: {}
52
env:
53
MAKEFLAGS: -j 5
54
CURL_CI: github
55
+ CURL_TEST_MIN: 1500
56
DEBIAN_FRONTEND: noninteractive
57
58
jobs:
@@ -91,7 +92,7 @@ jobs:
91
92
rm -f "${fn}".tar*.gz
93
mv "cmake-${CMAKE_VERSION}-Linux-x86_64" cmake
94
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
95
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
96
with:
97
persist-credentials: false
98
0 commit comments