CI: replace docker with op setup (#37282)

This commit is contained in:
Adeeb Shihadeh
2026-02-20 15:48:09 -08:00
committed by GitHub
parent 5d54743d8b
commit 806655b052
8 changed files with 49 additions and 156 deletions
+1 -4
View File
@@ -52,7 +52,4 @@ runs:
# make the directory manually in case we didn't get a hit, so it doesn't fail on future steps
- id: scons-cache-setup
shell: bash
run: |
mkdir -p ${{ inputs.path }}
sudo chmod -R 777 ${{ inputs.path }}
sudo chown -R $USER ${{ inputs.path }}
run: mkdir -p ${{ inputs.path }}