Skip to content

Commit cec0e4f

Browse files
committed
Get rid of the build matrix
Just build Rocq latest
1 parent be812f6 commit cec0e4f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
rocq-version: ["latest"]
14-
fail-fast: false
1511
steps:
1612
- uses: actions/checkout@v6
1713
- uses: actions/setup-go@v6
@@ -20,7 +16,7 @@ jobs:
2016
- name: Install Rocq
2117
uses: tchajed/setup-rocq@v1
2218
with:
23-
rocq-version: "${{ matrix.rocq-version }}"
19+
rocq-version: latest
2420
- name: Install dependencies
2521
run: |
2622
opam pin add --no-action .

0 commit comments

Comments
 (0)