dependencies

This commit is contained in:
Bryan Gerlach
2024-11-19 08:45:22 -06:00
parent ab5fb6c41e
commit 446a6fa7d2
3 changed files with 6 additions and 0 deletions

View File

@@ -301,6 +301,8 @@ jobs:
sed -i -e '/const KEY:/,/};/d' ./src/common.rs
sed -i -e '/let Ok(data) = sign::verify(&data, &pk)/,/};/d' ./src/common.rs
echo -n "${{ env.CUSTOM }}" | cat > ./custom.txt
cp ./flutter/pubspec.yaml ./flutter/pubspec.yaml.bak
sed -i '/intl:/a \ \ archive: ^3.6.1' ./flutter/pubspec.yaml
- name: fix connection delay
continue-on-error: true