Skip to content

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

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 #1501

Workflow file for this run

name: windows
on: [push, pull_request]
jobs:
build:
name: build
runs-on: [ windows-latest ]
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Configure
run: cmake -B build
- name: Build
run: cmake --build build
- name: Test
run: |
cd build
ctest -C Debug --output-on-failure