Skip to content

Commit 5961050

Browse files
authored
Merge pull request #42 from mamantoha/fix-ci
fix ci
2 parents 16c28c5 + 567eb3d commit 5961050

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
runs-on: ${{ matrix.os }}
14+
runs-on: ${{ matrix.os }}
1515
steps:
16-
- name: Setup cmake
17-
uses: jwlawson/[email protected]
18-
with:
19-
cmake-version: '3.16.x'
2016
- name: Download source
2117
uses: actions/checkout@v2
2218
- name: Install Crystal

0 commit comments

Comments
 (0)