Fix the readme #11
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run the test suite
[email protected]: source/sqlite3.c: In function ‘sqlite3VdbeExec’:
|
Run the test suite
[email protected]: 96200 | zPayload[6] = (u8)(v&0xff); v >>= 8;
|
Run the test suite
[email protected]: source/sqlite3.c:96201:11: note: here
|
Run the test suite
[email protected]: | ^~~~
|
Run the test suite
[email protected]: 96202 | zPayload[4] = (u8)(v&0xff); v >>= 8;
|
Run the test suite
[email protected]: source/sqlite3.c:96203:11: note: here
|
Run the test suite
[email protected]: | ^~~~
|
Run the test suite
[email protected]: 96203 | case 4: zPayload[3] = (u8)(v&0xff); v >>= 8;
|
Run the test suite
[email protected]: source/sqlite3.c:96204:11: note: here
|
Run the test suite
[email protected]: | ^~~~
|
The logs for this run have expired and are no longer available.
Loading