Skip to content

Commit

Permalink
Update tests (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker authored Mar 8, 2024
1 parent 5005e6d commit 841354c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
{generator: "NMake Makefiles", os: windows-latest},
{generator: "Visual Studio 16 2019", os: windows-2019}]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -30,7 +30,7 @@ jobs:
version: 1.11.0

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0.1
with:
cmake-version: 3.21.x

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
omp: "ON",
}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -104,7 +104,7 @@ jobs:
version: 1.11.0

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0.1
with:
cmake-version: 3.21.x

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
generators: "Ninja",
}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -190,7 +190,7 @@ jobs:
version: 1.11.0

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0.1
with:
cmake-version: 3.21.x

Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
shell: msys2 {0}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup MSYS2
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
name: Cygwin ${{ matrix.config.name }}(${{ matrix.build-type }})
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup cygwin
Expand Down

0 comments on commit 841354c

Please sign in to comment.