Swap to cloning gotestsum over https:// rather than SSH to fix auth

This commit is contained in:
David Dworken 2023-10-22 17:09:13 -07:00
parent 772ab6cc87
commit 238177897e
No known key found for this signature in database

View File

@ -70,7 +70,7 @@ jobs:
# Once https://github.com/gotestyourself/gotestsum/pull/377 is merged, update this to pull from main rather than my fork
cd ../
git clone git@github.com:ddworken/gotestsum.git
git clone https://github.com/ddworken/gotestsum.git
cd gotestsum
go install .
cd ../hishtory