Skip to content

Commit

Permalink
remove get process and process
Browse files Browse the repository at this point in the history
probably not needed anyway
  • Loading branch information
Victor-IX committed Jan 2, 2025
1 parent a95c77e commit 2998b7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/manual_api_cache_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
python scripts/set_default_settings.py
echo "Building Cache"
python source/main.py --build-cache &
$MAIN_PID = $($pid = Get-Process -Name "Blender Launcher" | Select-Object -First 1).Id
sleep 240
echo "Killing main.py"
Stop-Process -Id $MAIN_PID
echo "Updating Cache API files"
python scripts/update_cache_api.py
- name: Commit Changes
Expand Down

0 comments on commit 2998b7b

Please # to comment.