Skip to content

Commit ca8fde2

Browse files
committed
fix GHA example error and warning
1 parent 130e88b commit ca8fde2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

github-actions/ci-scripts-build.yml.example-mini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34+
include:
3435
- os: ubuntu-18.04
3536
cmp: gcc
3637
configuration: default
@@ -68,7 +69,7 @@ jobs:
6869
name: "3.15 Ub-20 clang-10"
6970

7071
steps:
71-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v3
7273
with:
7374
submodules: true
7475
- name: Prepare and compile dependencies

0 commit comments

Comments
 (0)