Skip to content

Commit 42904a6

Browse files
committed
Update appveyor.yml
1 parent a59ec8c commit 42904a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ environment:
2929
secure: SgT7lL3UU7EebphtnUx2dQFTN6Ad9QiGVkCh2B62xMFwW7lyummeb54scTSyHoHTTpAzWpwCJq9hLyHLWiznSg==
3030

3131
install:
32+
- sudo apt install -y mingw-w64 clang-tools-9
3233
- export COMMIT_TIMESTAMP=$(date -d ${APPVEYOR_REPO_COMMIT_TIMESTAMP} +"%s")
3334
- echo $COMMIT_TIMESTAMP
34-
- apt install -y mingw-w64 clang-tools-9
3535
- which gcc
3636
- echo $PATH
3737
- go version

0 commit comments

Comments
 (0)