Skip to content

Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /etc/pubrefman #1475

Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /etc/pubrefman

Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /etc/pubrefman #1475

Workflow file for this run

name: darwin
on: [push, pull_request]
jobs:
build:
name: build
runs-on: [ macos-latest ]
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Install ninja
run: brew install ninja
- name: Configure
run: mkdir build && cd build && cmake -G Ninja ..
- name: build
run: cd build && ninja
- name: Test
run: cd build && ctest --output-on-failure