mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-07 18:26:45 +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
|
- name: Setup cmake
|
||||||
uses: jwlawson/actions-setup-cmake@v1.4
|
uses: jwlawson/actions-setup-cmake@v1.4
|
||||||
with:
|
with:
|
||||||
cmake-version: '3.9.x'
|
cmake-version: '3.11.x'
|
||||||
- name: Install older compilers
|
- name: Install older compilers
|
||||||
run: |
|
run: |
|
||||||
sudo -E dpkg --add-architecture i386
|
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
|
- name: Setup cmake
|
||||||
uses: jwlawson/actions-setup-cmake@v1.4
|
uses: jwlawson/actions-setup-cmake@v1.4
|
||||||
with:
|
with:
|
||||||
cmake-version: '3.9.x'
|
cmake-version: '3.11.x'
|
||||||
- name: install older compilers
|
- name: install older compilers
|
||||||
run: |
|
run: |
|
||||||
sudo -E dpkg --add-architecture i386
|
sudo -E dpkg --add-architecture i386
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user