mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
rename build
This commit is contained in:
parent
44ca7daf75
commit
ba4b4c0302
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build sidekick-bin
|
||||
name: build
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
|
@ -6,7 +6,7 @@ on:
|
|||
- master
|
||||
jobs:
|
||||
run:
|
||||
name: Build
|
||||
name: build
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
#- macos-latest # clogs CI
|
||||
ocaml-compiler:
|
||||
- 4.08.x
|
||||
- 4.12.x
|
||||
- 4.14.x
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue