From 041c23de8a07e448317fab3e0b151900032d544a Mon Sep 17 00:00:00 2001 From: hunterlong Date: Tue, 5 May 2020 20:21:20 -0700 Subject: [PATCH] github action building --- .github/workflows/master.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4e170c7a..3ca966d9 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -248,7 +248,6 @@ jobs: - uses: actions/setup-go@v2 with: go-version: '1.14.2' - - uses: actions/checkout@v2 with: fetch-depth: 1 @@ -263,7 +262,9 @@ jobs: shell: bash - name: Download Go mods - run: make test-deps + run: | + cd ./go/src/github.com/${{ github.repository }} + make test-deps - name: Download Compiled Frontend (rice-box.go) uses: actions/download-artifact@v1 @@ -290,7 +291,6 @@ jobs: - uses: actions/setup-go@v2 with: go-version: '1.14.2' - - uses: actions/checkout@v2 with: fetch-depth: 1 @@ -305,7 +305,9 @@ jobs: shell: bash - name: Download Go mods - run: make test-deps + run: | + cd ./go/src/github.com/${{ github.repository }} + make test-deps - name: Download Compiled Frontend (rice-box.go) uses: actions/download-artifact@v1