Skip to content

Commit

Permalink
travis update attempt 4
Browse files Browse the repository at this point in the history
Pass --allow-unauthenticated to apt when installing mxe packages,
perhaps the gpg key changed.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
  • Loading branch information
rkitover committed Mar 9, 2019
1 parent 7b3a3a0 commit 77bcbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installdeps
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ EOF
done
check sudo apt-get -qq -y update
# native wx-common needed for wxrc executable
check sudo apt-get -qy install build-essential cmake ccache wx-common "$@"
check sudo apt-get -qy --allow-unauthenticated install build-essential cmake ccache wx-common "$@"
fi

build_instructions
Expand Down

0 comments on commit 77bcbbf

Please sign in to comment.