perf/pipeline-improvements #3
@@ -32,9 +32,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create Python toolcache directory (macOS)
|
- name: Set up Python toolcache (macOS)
|
||||||
if: matrix.platform == 'macos'
|
if: matrix.platform == 'macos'
|
||||||
run: sudo mkdir -p /Users/runner && sudo chown $USER /Users/runner
|
run: |
|
||||||
|
mkdir -p ${{ github.workspace }}/.toolcache
|
||||||
|
echo "AGENT_TOOLSDIRECTORY=${{ github.workspace }}/.toolcache" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user