Skip to content

Commit f7a06a6

Browse files
committed
[ci] cache asmotor
1 parent 700c4f3 commit f7a06a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ jobs:
2626
with:
2727
python-version: 3.8
2828

29+
- name: Cache ASMotor
30+
id: cache-asmotor
31+
uses: actions/cache@v4
32+
with:
33+
path: motor-bin
34+
key: ${{ runner.os }}-asmotor-1.3rc
35+
2936
- name: Setup ASMotor
37+
if: ${{ steps.cache-asmotor.outputs.cache-hit != 'true' }}
3038
run: |
3139
mkdir motor-bin
3240
cd motor-bin

0 commit comments

Comments
 (0)