mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-05 09:05:43 +08:00
CI: add devcontainer-rebuild workflow (#32564)
* add devcontainer-rebuild workflow
* add shell
* add shell on ifs
* use scripts/retry.sh
old-commit-hash: a2931d1956
This commit is contained in:
committed by
GitHub
parent
cdea057d4b
commit
cfbfa14dc9
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Setup Dev Container CLI
|
||||
run: npm install -g @devcontainers/cli
|
||||
- name: Build dev container image
|
||||
run: devcontainer build --workspace-folder .
|
||||
run: ./scripts/retry.sh devcontainer build --workspace-folder .
|
||||
- name: Run dev container
|
||||
run: |
|
||||
mkdir -p /tmp/devcontainer_scons_cache/
|
||||
|
||||
Reference in New Issue
Block a user