File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4242 ./_spidermonkey_install/*
4343 key : spidermonkey-${{ runner.os }}-${{ runner.arch }}
4444 lookup-only : true # skip download
45+ - name : Setup Poetry
46+ if : ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
47+ uses : snok/install-poetry@v1
48+ with :
49+ version : 1.5.1
4550 - name : Build spidermonkey
4651 if : ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
4752 run : ./setup.sh
5762 ./_spidermonkey_install/*
5863 key : spidermonkey-${{ runner.os }}-${{ runner.arch }}
5964 lookup-only : true # skip download
65+ - name : Setup Poetry
66+ if : ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
67+ uses : snok/install-poetry@v1
68+ with :
69+ version : 1.5.1
6070 - name : Install dependencies
6171 if : ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
6272 shell : powershell
You can’t perform that action at this time.
0 commit comments