mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
b401bd1ccb
* [chore] update latest deps, ensure readme up to date * remove double entry
6 lines
94 B
Bash
6 lines
94 B
Bash
set -evx
|
|
until unconvert -fastmath -all ./...
|
|
do
|
|
unconvert2 -fastmath -apply -all ./...
|
|
done
|