aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cmake_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cmake_config.yml')
-rw-r--r--.github/workflows/cmake_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake_config.yml b/.github/workflows/cmake_config.yml
index be9f114..931a26e 100644
--- a/.github/workflows/cmake_config.yml
+++ b/.github/workflows/cmake_config.yml
@@ -37,7 +37,7 @@ jobs:
37 if: runner.os == 'macOS' 37 if: runner.os == 'macOS'
38 run: brew install automake libtool 38 run: brew install automake libtool
39 39
40 - uses: actions/checkout@main 40 - uses: actions/checkout@v4
41 41
42 - name: Prepare source tree for build (Windows) 42 - name: Prepare source tree for build (Windows)
43 if: runner.os == 'Windows' 43 if: runner.os == 'Windows'