Update generated.sh

This commit is contained in:
guangzong 2024-04-02 13:01:24 -04:00 committed by GitHub
parent cd141fbba9
commit c959bb1948
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
hashtime restore /ci/cache/filetime.json || true hashtime restore /ci/cache/filetime.json || true
hashtime save /ci/cache/filetime.json hashtime save /ci/cache/filetime.json
git clone --depth 1 https://github.com/embassy-rs/stm32-data-generated/ build -q git clone --depth 1 https://github.com/chen-gz/stm32-data-generated build -q
./d ci ./d ci
COMMIT=$(git rev-parse HEAD) COMMIT=$(git rev-parse HEAD)