Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ned14/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/programs.yml')
-rw-r--r--.github/workflows/programs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml
index d135d4f2..bc3ea80a 100644
--- a/.github/workflows/programs.yml
+++ b/.github/workflows/programs.yml
@@ -23,6 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v2
+ - name: Force cmake version to older than runner's
+ uses: jwlawson/actions-setup-cmake@v1.12
+ with:
+ cmake-version: '3.22.2'
+
- name: Build
shell: bash
run: |