Skip to content

Commit

Permalink
[ci] cache asmotor
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed May 9, 2024
1 parent 700c4f3 commit f7a06a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ jobs:
with:
python-version: 3.8

- name: Cache ASMotor
id: cache-asmotor
uses: actions/cache@v4
with:
path: motor-bin
key: ${{ runner.os }}-asmotor-1.3rc

- name: Setup ASMotor
if: ${{ steps.cache-asmotor.outputs.cache-hit != 'true' }}
run: |
mkdir motor-bin
cd motor-bin
Expand Down

0 comments on commit f7a06a6

Please sign in to comment.