Merge branch 'master' into add-tests-to-c-api-2

pull/3147/head
Kim Kulling 2020-04-15 17:17:39 +02:00 committed by GitHub
commit 54dbb90929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: configure
run: cmake CMakeLists.txt
- name: build
@ -23,7 +23,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: configure
run: cmake CMakeLists.txt
- name: build
@ -35,7 +35,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: configure
run: cmake CMakeLists.txt
- name: build