diff --git a/setup-python-runner/action.yaml b/setup-python-runner/action.yaml index 5a6e687..cbc5fcf 100644 --- a/setup-python-runner/action.yaml +++ b/setup-python-runner/action.yaml @@ -12,6 +12,9 @@ inputs: runs: using: composite steps: + - name: Pristine Ubuntu + if: ${{ runner.os == 'Linux' && runner.environment == 'github-hosted' }} + uses: lengau/pristine-ubuntu-action@v0 - name: Start apt update if: runner.os == 'Linux' id: apt