more striping
This commit is contained in:
parent
8101f98860
commit
f1f5ac01bd
32
.github/workflows/build.yml
vendored
32
.github/workflows/build.yml
vendored
@ -19,27 +19,27 @@ jobs:
|
||||
|
||||
|
||||
|
||||
- name: curl mpy-8
|
||||
uses: wei/curl@master
|
||||
with:
|
||||
args: https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/linux-amd64/mpy-cross.static-amd64-linux-8.0.0 --output mpy-cross-8
|
||||
# - name: curl mpy-8
|
||||
# uses: wei/curl@master
|
||||
# with:
|
||||
# args: https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/linux-amd64/mpy-cross.static-amd64-linux-8.0.0 --output mpy-cross-8
|
||||
|
||||
- name: curl mpy-7
|
||||
uses: wei/curl@master
|
||||
with:
|
||||
args: https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/linux-amd64/mpy-cross.static-amd64-linux-7.0.0 --output mpy-cross-7
|
||||
# - name: curl mpy-7
|
||||
# uses: wei/curl@master
|
||||
# with:
|
||||
# args: https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/linux-amd64/mpy-cross.static-amd64-linux-7.0.0 --output mpy-cross-7
|
||||
|
||||
- name: look
|
||||
run: ls -la
|
||||
# - name: look
|
||||
# run: ls -la
|
||||
|
||||
- name: Make mpy executeable
|
||||
run: chmod +x mpy-cross-8
|
||||
# - name: Make mpy executeable
|
||||
# run: chmod +x mpy-cross-8
|
||||
|
||||
- name: Make mpy executeable
|
||||
run: chmod +x mpy-cross-7
|
||||
# - name: Make mpy executeable
|
||||
# run: chmod +x mpy-cross-7
|
||||
|
||||
- name: Make sh executeable
|
||||
run: chmod +x docker_mpy_build.sh
|
||||
# - name: Make sh executeable
|
||||
# run: chmod +x docker_mpy_build.sh
|
||||
|
||||
- name: run build script
|
||||
run: ./docker_mpy_build.sh
|
||||
|
0
docker_mpy_build.sh
Normal file → Executable file
0
docker_mpy_build.sh
Normal file → Executable file
BIN
mpy-cross-7
Executable file
BIN
mpy-cross-7
Executable file
Binary file not shown.
BIN
mpy-cross-8
Executable file
BIN
mpy-cross-8
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user