Skip to content

Commit aca476f

Browse files
authored
Update configure-vs-cmake.yml
1 parent f0f99c9 commit aca476f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/configure-vs-cmake.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: 'configure-vs-cmake'
1212
- '**/*.m4'
1313
- '**/CMakeLists.txt'
1414
- 'CMake/**'
15-
- 'lib/curl_config.h.cmake'
15+
- 'lib/curl_config-cmake.h.in'
1616
- 'tests/cmake/**'
1717
- '.github/scripts/cmp-config.pl'
1818
- '.github/workflows/configure-vs-cmake.yml'
@@ -25,7 +25,7 @@ name: 'configure-vs-cmake'
2525
- '**/*.m4'
2626
- '**/CMakeLists.txt'
2727
- 'CMake/**'
28-
- 'lib/curl_config.h.cmake'
28+
- 'lib/curl_config-cmake.h.in'
2929
- 'tests/cmake/**'
3030
- '.github/scripts/cmp-config.pl'
3131
- '.github/workflows/configure-vs-cmake.yml'
@@ -41,7 +41,7 @@ jobs:
4141
name: 'Linux'
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
44+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545
with:
4646
persist-credentials: false
4747

@@ -81,14 +81,15 @@ jobs:
8181
runs-on: macos-latest
8282
steps:
8383
- name: 'install packages'
84+
timeout-minutes: 2
8485
run: |
8586
# shellcheck disable=SC2181,SC2034
8687
while [[ $? == 0 ]]; do for i in 1 2 3; do if brew update && brew install automake libtool; then break 2; else echo Error: wait to try again; sleep 10; fi; done; false Too many retries; done
8788
8889
- name: 'toolchain versions'
8990
run: echo '::group::brew packages installed'; ls -l /opt/homebrew/opt; echo '::endgroup::'
9091

91-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
92+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9293
with:
9394
persist-credentials: false
9495

@@ -137,7 +138,7 @@ jobs:
137138
sudo rm -f /var/lib/man-db/auto-update
138139
sudo apt-get -o Dpkg::Use-Pty=0 install gcc-mingw-w64-x86-64-win32
139140
140-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
141+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
141142
with:
142143
persist-credentials: false
143144

0 commit comments

Comments
 (0)