Skip to content

Commit 1b8856d

Browse files
Update macos.yml
1 parent b0dfdd3 commit 1b8856d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: Build
17-
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build
17+
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Unix Makefiles"
1818

1919
- name: Configure build directory
2020
run: cmake --build build
2121

2222
- name: Run tests
23-
run: cd build && ctest
23+
run: cd build && ctest

0 commit comments

Comments
 (0)