Skip to content

Commit e2aaf98

Browse files
committed
Update on_push.yml
1 parent 8e0f072 commit e2aaf98

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/on_push.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: 'Run'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: 'Run'
15-
run: |
16-
echo "Run"
14+
- name: 'Setup and configure CMake'
15+
uses: './.github/actions/setup_and_configure_cmake.yml'
16+
with:
17+
preset: 'windows-vs-release'

0 commit comments

Comments
 (0)