Skip to content

Commit

Permalink
chore: 更新工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
allen committed Apr 27, 2022
1 parent 96906ea commit cc93b8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: mkdir -p build

- name: Build with xgo
uses: crazy-max/ghaction-xgo@v1
uses: TianTianBigWang/ghaction-xgo@master
with:
xgo_version: v0.1
go_version: ${{ matrix.go_version }}
Expand All @@ -53,7 +53,6 @@ jobs:

- name: Move
run: |
pwd
echo $GITHUB_WORKSPACE
ls -al $GITHUB_WORKSPACE/build
Expand Down

0 comments on commit cc93b8b

Please sign in to comment.