Fix arch build; update workflow #3

Merged
jabber.developer merged 3 commits from fix-arch-build into master 2025-06-20 13:55:54 +00:00
3 changed files with 50 additions and 14 deletions
Showing only changes of commit 0d7a859a20 - Show all commits

View File

@@ -387,7 +387,7 @@ release_get_latest(void)
curl_easy_setopt(handle, CURLOPT_URL, url);
curl_easy_setopt(handle, CURLOPT_WRITEFUNCTION, _data_callback);
curl_easy_setopt(handle, CURLOPT_TIMEOUT, 2);
curl_easy_setopt(handle, CURLOPT_TIMEOUT, 2L);
curl_easy_setopt(handle, CURLOPT_WRITEDATA, (void*)&output);
curl_easy_perform(handle);