Skip to content

Commit

Permalink
chore: fix 'The repository no longer has a Release file' by running a…
Browse files Browse the repository at this point in the history
…pt update
  • Loading branch information
wchengru committed Aug 10, 2021
1 parent af08766 commit 6be5ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ for:

install:
# AppVeyor's apt-get cache might be outdated, and the package could potentially be 404.
- sh: "sudo apt-get update"
- sh: "sudo apt-get update -y"

- sh: "gvm use go1.13"
- sh: "echo $PATH"
Expand Down

0 comments on commit 6be5ced

Please sign in to comment.