CI: use namespace.so (#31056)

* namespace

* mkdir

* fix

* restore only

* restore

* v3
old-commit-hash: 9ee0a8a2b1
This commit is contained in:
Justin Newberry
2024-01-18 20:17:53 -05:00
committed by GitHub
parent b33b2d1a0a
commit d792c3c5bb
6 changed files with 49 additions and 44 deletions

View File

@@ -81,7 +81,7 @@ jobs:
- name: Run dev container
run: |
mkdir -p /tmp/devcontainer_scons_cache/
cp -r $GITHUB_WORKSPACE/.ci_cache/scons_cache/* /tmp/devcontainer_scons_cache/
cp -r $GITHUB_WORKSPACE/.ci_cache/scons_cache/. /tmp/devcontainer_scons_cache/
devcontainer up --workspace-folder .
- name: Test environment
run: |