Skip to content

Commit

Permalink
added build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Apr 29, 2024
1 parent f197a86 commit a8e6214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bulid-testing-onprem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: "x64"
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit a8e6214

Please sign in to comment.