Skip to content

Commit

Permalink
Merge pull request #92 from Insomnia1437/master
Browse files Browse the repository at this point in the history
fix GHA example error and warning
  • Loading branch information
ralphlange authored Mar 10, 2024
2 parents 130e88b + ca8fde2 commit dead44c
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 dead44c

Please sign in to comment.