mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 23:22:04 +08:00
CI: replace docker with op setup (#37282)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user