Skip to content

Commit

Permalink
don't use update flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap committed Nov 11, 2020
1 parent 230e183 commit ee7a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Wails
run: go get -u github.com/wailsapp/wails/cmd/[email protected]
run: go get github.com/wailsapp/wails/cmd/[email protected]

# darwin
- name: Build for darwin
Expand Down

0 comments on commit ee7a9d4

Please sign in to comment.