mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 08:45:16 +01:00
Swap to cloning gotestsum over https:// rather than SSH to fix auth
This commit is contained in:
parent
772ab6cc87
commit
238177897e
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user