Skip to content

Commit

Permalink
Try fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Jul 3, 2023
1 parent 66806d4 commit 3a9e66d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
go: [ "1.20" ]
go: [ '1.20' ]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -24,10 +24,10 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: Set environment
run: |
echo "GOPATH=$(dirname $GITHUB_WORKSPACE)" >> $GITHUB_ENV
echo "$(dirname $GITHUB_WORKSPACE)/bin" >> $GITHUB_PATH
# - name: Set environment
# run: |
# echo "GOPATH=$(dirname $GITHUB_WORKSPACE)" >> $GITHUB_ENV
# echo "$(dirname $GITHUB_WORKSPACE)/bin" >> $GITHUB_PATH

- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 3a9e66d

Please sign in to comment.