mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Clean up and re-enable Windows workflow
This commit is contained in:
parent
7f2c30065d
commit
d36b9d4838
1 changed files with 22 additions and 28 deletions
10
.github/workflows/go.yml
vendored
10
.github/workflows/go.yml
vendored
|
@ -5,17 +5,11 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version: [1.13.x, 1.14.x, 1.15.x]
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
GO111MODULE: "on"
|
||||
steps:
|
||||
|
||||
- name: Configure git for private modules
|
||||
env:
|
||||
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
run: git config --global url."https://meowgorithm:${TOKEN}@github.com".insteadOf "https://github.com"
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue