mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-01-01 03:12:18 +08:00
Updating cmake requirement.
This commit is contained in:
parent
8727767816
commit
0da898d5aa
2
.github/workflows/ubuntu18.yml
vendored
2
.github/workflows/ubuntu18.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.4
|
||||
with:
|
||||
cmake-version: '3.9.x'
|
||||
cmake-version: '3.11.x'
|
||||
- name: Install older compilers
|
||||
run: |
|
||||
sudo -E dpkg --add-architecture i386
|
||||
|
||||
2
.github/workflows/ubuntu20.yml
vendored
2
.github/workflows/ubuntu20.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.4
|
||||
with:
|
||||
cmake-version: '3.9.x'
|
||||
cmake-version: '3.11.x'
|
||||
- name: install older compilers
|
||||
run: |
|
||||
sudo -E dpkg --add-architecture i386
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user