Skip to content

Commit

Permalink
fix GHA example error and warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Insomnia1437 committed Mar 10, 2024
1 parent 130e88b commit ca8fde2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github-actions/ci-scripts-build.yml.example-mini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-18.04
cmp: gcc
configuration: default
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
name: "3.15 Ub-20 clang-10"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Prepare and compile dependencies
Expand Down

0 comments on commit ca8fde2

Please sign in to comment.