mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
fix: jwlawson/actions-setup-cmake uses deprecated github commands
see https://github.com/lemire/fast_float/pull/36/checks?check_run_id=1409838155#step:3:13
This commit is contained in:
parent
3566d303f4
commit
2bc8dcc734
4
.github/workflows/ubuntu18.yml
vendored
4
.github/workflows/ubuntu18.yml
vendored
@ -15,10 +15,6 @@ jobs:
|
|||||||
- {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc7
|
- {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc7
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup cmake
|
|
||||||
uses: jwlawson/actions-setup-cmake@v1.0
|
|
||||||
with:
|
|
||||||
cmake-version: '3.12.x'
|
|
||||||
- name: Install older compilers
|
- name: Install older compilers
|
||||||
run: |
|
run: |
|
||||||
sudo -E dpkg --add-architecture i386
|
sudo -E dpkg --add-architecture i386
|
||||||
|
|||||||
4
.github/workflows/ubuntu20.yml
vendored
4
.github/workflows/ubuntu20.yml
vendored
@ -14,10 +14,6 @@ jobs:
|
|||||||
- {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
|
- {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup cmake
|
|
||||||
uses: jwlawson/actions-setup-cmake@v1.0
|
|
||||||
with:
|
|
||||||
cmake-version: '3.12.x'
|
|
||||||
- name: install older compilers
|
- name: install older compilers
|
||||||
run: |
|
run: |
|
||||||
sudo -E dpkg --add-architecture i386
|
sudo -E dpkg --add-architecture i386
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.11 REQUIRED)
|
cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
|
||||||
|
|
||||||
project(fast_float VERSION 0.1.0 LANGUAGES CXX)
|
project(fast_float VERSION 0.1.0 LANGUAGES CXX)
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user