File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ jobs:
26
26
ref : " ${{ env.GIT_TAG }}"
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v5
29
- with :
29
+ with :
30
30
python-version : ' 3.10'
31
31
- name : Install dependencies
32
- run : make python-install-deps
33
- - name : Log in to the Container registry
34
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
35
- with :
32
+ run : make python-install-deps
33
+ - name : Log in to the Container registry
34
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
35
+ with :
36
36
registry : ${{ env.REGISTRY }}
37
37
username : ${{ github.actor }}
38
38
password : ${{ secrets.GITHUB_TOKEN }}
39
- - name : Build image
40
- run : |
39
+ - name : Build image
40
+ run : |
41
41
version="$(scripts/get-libwasm-version.py --get-version)"
42
42
checksum="$(scripts/get-libwasm-version.py --get-checksum)"
43
43
You can’t perform that action at this time.
0 commit comments