aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cmake.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index d15fda8..3ba88a5 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -58,7 +58,7 @@ jobs:
58 58
59 steps: 59 steps:
60 - name: Checkout repository 60 - name: Checkout repository
61 uses: actions/checkout@v3 61 uses: actions/checkout@v4
62 62
63 - name: Install packages (Windows) 63 - name: Install packages (Windows)
64 if: runner.os == 'Windows' 64 if: runner.os == 'Windows'