update @ Fri Oct 6 20:59:27 EEST 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-06 20:59:27 +03:00
parent d82dae37a4
commit 31a96d308f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 3 additions and 2 deletions

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "stable"

View file

@ -3,9 +3,8 @@
set -xeu
main() {
rustup toolchain install stable
pip install -r requirements/requirements.txt
CI=1 NOCLR=1 time python3 ./scripts/blog.py static
CI=1 NOCLR=1 python3 ./scripts/blog.py static
rm -rf ./scripts/ ./requirements/
}