fix: change libsignal dependency from SSH to HTTPS
Changed libsignal dependency from "github:whiskeysockets/libsignal-node" to "https://github.com/whiskeysockets/libsignal-node.git" to fix GitHub Actions workflow failures. The Yarn package manager was not respecting Git's global URL rewrite configuration and was trying to use SSH (which failed with "Permission denied (publickey)"). Using explicit HTTPS syntax ensures the dependency is always fetched over HTTPS in CI environments. https://claude.ai/code/session_015R3U3kiprQiNTTNNt31Sg6
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
||||
"@hapi/boom": "^10.0.1",
|
||||
"async-mutex": "^0.5.0",
|
||||
"fflate": "^0.8.2",
|
||||
"libsignal": "github:whiskeysockets/libsignal-node",
|
||||
"libsignal": "https://github.com/whiskeysockets/libsignal-node.git",
|
||||
"lru-cache": "^11.1.0",
|
||||
"music-metadata": "^11.7.0",
|
||||
"p-queue": "^9.0.0",
|
||||
|
||||
Reference in New Issue
Block a user