Skip to content

Commit 227f7c8

Browse files
authored
chore: merge pull request #27 from threeal/dependabot/github_actions/threeal/cmake-action-1.2.0
chore: bump threeal/cmake-action from 1.1.0 to 1.2.0
2 parents 42f0377 + 296c083 commit 227f7c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
uses: actions/[email protected]
7676

7777
- name: Configure and build project
78-
uses: threeal/cmake-action@v1.1.0
78+
uses: threeal/cmake-action@v1.2.0
7979
with:
8080
source-dir: ${{ matrix.package }}
81-
build-dir: ${{ matrix.package }}/build
81+
run-build: true
8282

8383
release-msvc:
8484
runs-on: windows-latest
@@ -90,8 +90,8 @@ jobs:
9090
uses: actions/[email protected]
9191

9292
- name: Configure and build project
93-
uses: threeal/cmake-action@v1.1.0
93+
uses: threeal/cmake-action@v1.2.0
9494
with:
9595
source-dir: ${{ matrix.package }}
96-
build-dir: ${{ matrix.package }}/build
9796
cxx-compiler: cl
97+
run-build: true

0 commit comments

Comments
 (0)