Skip to content

Commit 9463670

Browse files
authored
update GitHub actions to git rid of nodejs12 warning & update some deps (#231)
* update github actions * update json deps and fmtlib * add makefile verbosity in linux build
1 parent e1d5577 commit 9463670

File tree

8 files changed

+8
-12
lines changed

8 files changed

+8
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v1
45+
uses: github/codeql-action/init@v2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
extra-flags: -DJINJA2CPP_STRICT_WARNINGS=OFF
4141

4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
- name: Setup environment
4545
env:
4646
INPUT_COMPILER: ${{ matrix.compiler }}
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
set -ex
7777
export BUILD_TARGET=all
78-
export CMAKE_OPTS=-DCMAKE_VERBOSE_MAKEFILE=OFF
78+
export CMAKE_OPTS=-DCMAKE_VERBOSE_MAKEFILE=ON
7979
if [[ "${INPUT_COMPILER}" != "" ]]; then export CXX=${INPUT_COMPILER}; fi
8080
export BUILD_CONFIG=${INPUT_BASE_CONFIG}
8181
$CXX --version

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747

4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050

5151
- name: Build
5252
shell: cmd

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "thirdparty/gtest"]
22
path = thirdparty/gtest
33
url = https://github.com/google/googletest.git
4-
#[submodule "thirdparty/boost"]
5-
# path = thirdparty/boost
6-
# url = https://github.com/boostorg/boost.git
74
[submodule "thirdparty/nonstd/expected-lite"]
85
path = thirdparty/nonstd/expected-lite
96
url = https://github.com/martinmoene/expected-lite.git

thirdparty/boost

Lines changed: 0 additions & 1 deletion
This file was deleted.

thirdparty/json/nlohmann

Submodule nlohmann updated 1123 files

0 commit comments

Comments
 (0)