Compare commits
2 Commits
3a23bb3273
...
0d7a859a20
| Author | SHA1 | Date | |
|---|---|---|---|
|
0d7a859a20
|
|||
|
0784662d40
|
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
name: Linux
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run tests
|
||||
run: |
|
||||
docker build -f Dockerfile.${{ matrix.flavor }} -t profanity .
|
||||
@@ -78,11 +78,11 @@ jobs:
|
||||
exit $failed
|
||||
|
||||
spell-check:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
name: Check spelling
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user