Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Try a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
pshem authored Feb 11, 2020
1 parent 61342dc commit 48a7d3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,22 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: setup env
run: |
echo "::set-env name=GOPATH::$(go env GOPATH)"
echo "::add-path::$(go env GOPATH)/bin"
shell: bash
- uses: actions/setup-go@v1
with:
go-version: 1.x

- name: Go Makefile, go!
if: success()
run: |
cd src
go install
Expand Down

0 comments on commit 48a7d3f

Please sign in to comment.